Html Css Color HEX #EA0F48 Crimson

📋 copy color: '#EA0F48'

red 234 ◦ green 15 ◦ blue 72

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

Shades of Crimson #EA0F48

Tints of Crimson #EA0F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.67%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 72.9%
G = 4.67%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA0F48 (or 0xEA0F48) is known color: Crimson. HEX triplet: EA, 0F and 48. RGB value is (234,15,72). Sum of RGB (Red+Green+Blue) = 234+15+72=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F48 is #15F0B7. Grayscale: #565656. Windows color (decimal): -1437880 or 4722666. OLE color: 4722666.

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

Color convert

RGB 234 15 72 -
CMYK 0 0.94 0.69 0.08
HSL 344.38º 0.88% 0.49% -
HSV(B) 344.38º 0.94% 0.92% -
XYZ 35.27 18.3 7.8 -
YUV 86.98 119.55 232.87 -
System Red Green Blue C M Y K H S L
Decimal 234 15 72 0 0.94 0.69 0.08 344.38 0.88 0.49
Hex EA F 48 0 5E 45 8 158 58 31
Octal 352 17 110 0 136 105 10 530 130 61
Binary 11101010 1111 1001000 0 1011110 1000101 1000 101011000 1011000 110001

Color Harmonies of #EA0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F48

Black with #EA0F48

Text Example


Text Example

White with #EA0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F48; }

 p { color: rgb(234,15,72); }

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

background-color css

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

 a { background-color: rgb(234,15,72); }

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

border-color css

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

 span { border-color: rgb(234,15,72); }

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