Html Css Color HEX #EA0639 Crimson

📋 copy color: '#EA0639'

red 234 ◦ green 6 ◦ blue 57

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

Shades of Crimson #EA0639

Tints of Crimson #EA0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 78.79%
G = 2.02%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0639 (or 0xEA0639) is known color: Crimson. HEX triplet: EA, 06 and 39. RGB value is (234,6,57). Sum of RGB (Red+Green+Blue) = 234+6+57=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0639 is #15F9C6. Grayscale: #505050. Windows color (decimal): -1440199 or 3737322. OLE color: 3737322.

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

Color convert

RGB 234 6 57 -
CMYK 0 0.97 0.76 0.08
HSL 346.58º 0.95% 0.47% -
HSV(B) 346.58º 0.97% 0.92% -
XYZ 34.74 17.92 5.5 -
YUV 79.99 115.04 237.85 -
System Red Green Blue C M Y K H S L
Decimal 234 6 57 0 0.97 0.76 0.08 346.58 0.95 0.47
Hex EA 6 39 0 61 4C 8 15B 5F 2F
Octal 352 6 71 0 141 114 10 533 137 57
Binary 11101010 110 111001 0 1100001 1001100 1000 101011011 1011111 101111

Color Harmonies of #EA0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0639

Black with #EA0639

Text Example


Text Example

White with #EA0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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