Html Css Color HEX #E13A68 Cerise

📋 copy color: '#E13A68'

red 225 ◦ green 58 ◦ blue 104

#E13A68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #E13A68

Tints of Cerise #E13A68

RGB

 RED value IS 225 (88.28% from 255) = 58.14%

 GREEN value IS 58 (23.05% from 255) = 14.99%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 58.14%
G = 14.99%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E13A68 (or 0xE13A68) is known color: Cerise. HEX triplet: E1, 3A and 68. RGB value is (225,58,104). Sum of RGB (Red+Green+Blue) = 225+58+104=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A68 is #1EC597. Grayscale: #717171. Windows color (decimal): -2016664 or 6830817. OLE color: 6830817.

HSL color Cylindrical-coordinate representation of color #E13A68: hue angle of 343.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A68 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 104 -
CMYK 0 0.74 0.54 0.12
HSL 343.47º 0.74% 0.55% -
HSV(B) 343.47º 0.74% 0.88% -
XYZ 35.06 20.03 15.12 -
YUV 113.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 225 58 104 0 0.74 0.54 0.12 343.47 0.74 0.55
Hex E1 3A 68 0 4A 36 C 157 4A 37
Octal 341 72 150 0 112 66 14 527 112 67
Binary 11100001 111010 1101000 0 1001010 110110 1100 101010111 1001010 110111

Color Harmonies of #E13A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A68

Black with #E13A68

Text Example


Text Example

White with #E13A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A68; }

 p { color: rgb(225,58,104); }

 H1.HeaderClassName
 {
   color: #E13A68;
 }
 .AnyTagClassName
 {
   color: #E13A68;
 }
</style>

background-color css

<style>
 a { background-color: #E13A68; }

 a { background-color: rgb(225,58,104); }

 div.DivClassName
 {
   background-color: #E13A68;
 }
 .BgClassName
 {
   background-color: #E13A68;
 }
</style>

border-color css

<style>
 span { border-color: #E13A68; }

 span { border-color: rgb(225,58,104); }

 td.TdClassName
 {
   border-color: #E13A68;
 }
 .TagClassName
 {
   border-color: #E13A68;
 }
</style>