Html Css Color HEX #EA1248 Crimson

📋 copy color: '#EA1248'

red 234 ◦ green 18 ◦ blue 72

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

Shades of Crimson #EA1248

Tints of Crimson #EA1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 72.22%
G = 5.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA1248 (or 0xEA1248) is known color: Crimson. HEX triplet: EA, 12 and 48. RGB value is (234,18,72). Sum of RGB (Red+Green+Blue) = 234+18+72=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1248 is #15EDB7. Grayscale: #585858. Windows color (decimal): -1437112 or 4723434. OLE color: 4723434.

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

Color convert

RGB 234 18 72 -
CMYK 0 0.92 0.69 0.08
HSL 345º 0.86% 0.49% -
HSV(B) 345º 0.92% 0.92% -
XYZ 35.32 18.39 7.82 -
YUV 88.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 234 18 72 0 0.92 0.69 0.08 345 0.86 0.49
Hex EA 12 48 0 5C 45 8 159 56 31
Octal 352 22 110 0 134 105 10 531 126 61
Binary 11101010 10010 1001000 0 1011100 1000101 1000 101011001 1010110 110001

Color Harmonies of #EA1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1248

Black with #EA1248

Text Example


Text Example

White with #EA1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1248; }

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

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

background-color css

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

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

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

border-color css

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

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

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