Html Css Color HEX #EA277B Deep Cerise

📋 copy color: '#EA277B'

red 234 ◦ green 39 ◦ blue 123

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

Shades of Deep Cerise #EA277B

Tints of Deep Cerise #EA277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.85%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 59.09%
G = 9.85%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA277B (or 0xEA277B) is known color: Deep Cerise. HEX triplet: EA, 27 and 7B. RGB value is (234,39,123). Sum of RGB (Red+Green+Blue) = 234+39+123=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA277B is #15D884. Grayscale: #6A6A6A. Windows color (decimal): -1431685 or 8071146. OLE color: 8071146.

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

Color convert

RGB 234 39 123 -
CMYK 0 0.83 0.47 0.08
HSL 334.15º 0.82% 0.54% -
HSV(B) 334.15º 0.83% 0.92% -
XYZ 38.23 20.37 20.66 -
YUV 106.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 234 39 123 0 0.83 0.47 0.08 334.15 0.82 0.54
Hex EA 27 7B 0 53 2F 8 14E 52 36
Octal 352 47 173 0 123 57 10 516 122 66
Binary 11101010 100111 1111011 0 1010011 101111 1000 101001110 1010010 110110

Color Harmonies of #EA277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA277B

Black with #EA277B

Text Example


Text Example

White with #EA277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA277B; }

 p { color: rgb(234,39,123); }

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

background-color css

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

 a { background-color: rgb(234,39,123); }

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

border-color css

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

 span { border-color: rgb(234,39,123); }

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