Html Css Color HEX #EA0641 Crimson

📋 copy color: '#EA0641'

red 234 ◦ green 6 ◦ blue 65

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

Shades of Crimson #EA0641

Tints of Crimson #EA0641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 76.72%
G = 1.97%
B = 21.31%

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

#EA0641 (or 0xEA0641) is known color: Crimson. HEX triplet: EA, 06 and 41. RGB value is (234,6,65). Sum of RGB (Red+Green+Blue) = 234+6+65=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0641 is #15F9BE. Grayscale: #505050. Windows color (decimal): -1440191 or 4261610. OLE color: 4261610.

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

Color convert

RGB 234 6 65 -
CMYK 0 0.97 0.72 0.08
HSL 344.47º 0.95% 0.47% -
HSV(B) 344.47º 0.97% 0.92% -
XYZ 34.95 18 6.63 -
YUV 80.9 119.04 237.2 -
System Red Green Blue C M Y K H S L
Decimal 234 6 65 0 0.97 0.72 0.08 344.47 0.95 0.47
Hex EA 6 41 0 61 48 8 158 5F 2F
Octal 352 6 101 0 141 110 10 530 137 57
Binary 11101010 110 1000001 0 1100001 1001000 1000 101011000 1011111 101111

Color Harmonies of #EA0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0641

Black with #EA0641

Text Example


Text Example

White with #EA0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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