Html Css Color HEX #EA268F Deep Cerise

📋 copy color: '#EA268F'

red 234 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #EA268F

Tints of Deep Cerise #EA268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 56.39%
G = 9.16%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA268F (or 0xEA268F) is known color: Deep Cerise. HEX triplet: EA, 26 and 8F. RGB value is (234,38,143). Sum of RGB (Red+Green+Blue) = 234+38+143=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA268F is #15D970. Grayscale: #6C6C6C. Windows color (decimal): -1431921 or 9381610. OLE color: 9381610.

HSL color Cylindrical-coordinate representation of color #EA268F: hue angle of 327.86º 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 #EA268F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 143 -
CMYK 0 0.84 0.39 0.08
HSL 327.86º 0.82% 0.53% -
HSV(B) 327.86º 0.84% 0.92% -
XYZ 39.58 20.86 27.93 -
YUV 108.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 234 38 143 0 0.84 0.39 0.08 327.86 0.82 0.53
Hex EA 26 8F 0 54 27 8 148 52 35
Octal 352 46 217 0 124 47 10 510 122 65
Binary 11101010 100110 10001111 0 1010100 100111 1000 101001000 1010010 110101

Color Harmonies of #EA268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA268F

Black with #EA268F

Text Example


Text Example

White with #EA268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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