Html Css Color HEX #EA1B7A Deep Cerise

📋 copy color: '#EA1B7A'

red 234 ◦ green 27 ◦ blue 122

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

Shades of Deep Cerise #EA1B7A

Tints of Deep Cerise #EA1B7A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 61.1%
G = 7.05%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA1B7A (or 0xEA1B7A) is known color: Deep Cerise. HEX triplet: EA, 1B and 7A. RGB value is (234,27,122). Sum of RGB (Red+Green+Blue) = 234+27+122=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1B7A is #15E485. Grayscale: #636363. Windows color (decimal): -1434758 or 8002538. OLE color: 8002538.

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

Color convert

RGB 234 27 122 -
CMYK 0 0.88 0.48 0.08
HSL 332.46º 0.83% 0.51% -
HSV(B) 332.46º 0.88% 0.92% -
XYZ 37.84 19.68 20.22 -
YUV 99.72 140.58 223.78 -
System Red Green Blue C M Y K H S L
Decimal 234 27 122 0 0.88 0.48 0.08 332.46 0.83 0.51
Hex EA 1B 7A 0 58 30 8 14C 53 33
Octal 352 33 172 0 130 60 10 514 123 63
Binary 11101010 11011 1111010 0 1011000 110000 1000 101001100 1010011 110011

Color Harmonies of #EA1B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1B7A

Black with #EA1B7A

Text Example


Text Example

White with #EA1B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1B7A; }

 p { color: rgb(234,27,122); }

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

background-color css

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

 a { background-color: rgb(234,27,122); }

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

border-color css

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

 span { border-color: rgb(234,27,122); }

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