Html Css Color HEX #EA0948 Crimson

📋 copy color: '#EA0948'

red 234 ◦ green 9 ◦ blue 72

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

Shades of Crimson #EA0948

Tints of Crimson #EA0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 74.29%
G = 2.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA0948 (or 0xEA0948) is known color: Crimson. HEX triplet: EA, 09 and 48. RGB value is (234,9,72). Sum of RGB (Red+Green+Blue) = 234+9+72=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0948 is #15F6B7. Grayscale: #535353. Windows color (decimal): -1439416 or 4721130. OLE color: 4721130.

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

Color convert

RGB 234 9 72 -
CMYK 0 0.96 0.69 0.08
HSL 343.2º 0.93% 0.48% -
HSV(B) 343.2º 0.96% 0.92% -
XYZ 35.2 18.16 7.78 -
YUV 83.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 234 9 72 0 0.96 0.69 0.08 343.2 0.93 0.48
Hex EA 9 48 0 60 45 8 157 5D 30
Octal 352 11 110 0 140 105 10 527 135 60
Binary 11101010 1001 1001000 0 1100000 1000101 1000 101010111 1011101 110000

Color Harmonies of #EA0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0948

Black with #EA0948

Text Example


Text Example

White with #EA0948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0948; }

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

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

background-color css

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

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

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

border-color css

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

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

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