Html Css Color HEX #EA268C Deep Cerise

📋 copy color: '#EA268C'

red 234 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #EA268C

Tints of Deep Cerise #EA268C

RGB

 RED value IS 234 (91.8% from 255) = 56.8%

 GREEN value IS 38 (15.23% from 255) = 9.22%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 56.8%
G = 9.22%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA268C (or 0xEA268C) is known color: Deep Cerise. HEX triplet: EA, 26 and 8C. RGB value is (234,38,140). Sum of RGB (Red+Green+Blue) = 234+38+140=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA268C is #15D973. Grayscale: #6C6C6C. Windows color (decimal): -1431924 or 9185002. OLE color: 9185002.

HSL color Cylindrical-coordinate representation of color #EA268C: hue angle of 328.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA268C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 140 -
CMYK 0 0.84 0.40 0.08
HSL 328.78º 0.82% 0.53% -
HSV(B) 328.78º 0.84% 0.92% -
XYZ 39.36 20.77 26.75 -
YUV 108.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 234 38 140 0 0.84 0.40 0.08 328.78 0.82 0.53
Hex EA 26 8C 0 54 28 8 149 52 35
Octal 352 46 214 0 124 50 10 511 122 65
Binary 11101010 100110 10001100 0 1010100 101000 1000 101001001 1010010 110101

Color Harmonies of #EA268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA268C

Black with #EA268C

Text Example


Text Example

White with #EA268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA268C; }

 p { color: rgb(234,38,140); }

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

background-color css

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

 a { background-color: rgb(234,38,140); }

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

border-color css

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

 span { border-color: rgb(234,38,140); }

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