Html Css Color HEX #EA0642 Crimson

📋 copy color: '#EA0642'

red 234 ◦ green 6 ◦ blue 66

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

Shades of Crimson #EA0642

Tints of Crimson #EA0642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 76.47%
G = 1.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0642 (or 0xEA0642) is known color: Crimson. HEX triplet: EA, 06 and 42. RGB value is (234,6,66). Sum of RGB (Red+Green+Blue) = 234+6+66=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0642 is #15F9BD. Grayscale: #515151. Windows color (decimal): -1440190 or 4327146. OLE color: 4327146.

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

Color convert

RGB 234 6 66 -
CMYK 0 0.97 0.72 0.08
HSL 344.21º 0.95% 0.47% -
HSV(B) 344.21º 0.97% 0.92% -
XYZ 34.98 18.02 6.79 -
YUV 81.01 119.54 237.12 -
System Red Green Blue C M Y K H S L
Decimal 234 6 66 0 0.97 0.72 0.08 344.21 0.95 0.47
Hex EA 6 42 0 61 48 8 158 5F 2F
Octal 352 6 102 0 141 110 10 530 137 57
Binary 11101010 110 1000010 0 1100001 1001000 1000 101011000 1011111 101111

Color Harmonies of #EA0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0642

Black with #EA0642

Text Example


Text Example

White with #EA0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0642; }

 p { color: rgb(234,6,66); }

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

background-color css

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

 a { background-color: rgb(234,6,66); }

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

border-color css

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

 span { border-color: rgb(234,6,66); }

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