Html Css Color HEX #EA0747 Crimson

📋 copy color: '#EA0747'

red 234 ◦ green 7 ◦ blue 71

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

Shades of Crimson #EA0747

Tints of Crimson #EA0747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 75%
G = 2.24%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA0747 (or 0xEA0747) is known color: Crimson. HEX triplet: EA, 07 and 47. RGB value is (234,7,71). Sum of RGB (Red+Green+Blue) = 234+7+71=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0747 is #15F8B8. Grayscale: #525252. Windows color (decimal): -1439929 or 4655082. OLE color: 4655082.

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

Color convert

RGB 234 7 71 -
CMYK 0 0.97 0.70 0.08
HSL 343.08º 0.94% 0.47% -
HSV(B) 343.08º 0.97% 0.92% -
XYZ 35.14 18.1 7.6 -
YUV 82.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 234 7 71 0 0.97 0.70 0.08 343.08 0.94 0.47
Hex EA 7 47 0 61 46 8 157 5E 2F
Octal 352 7 107 0 141 106 10 527 136 57
Binary 11101010 111 1000111 0 1100001 1000110 1000 101010111 1011110 101111

Color Harmonies of #EA0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0747

Black with #EA0747

Text Example


Text Example

White with #EA0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0747; }

 p { color: rgb(234,7,71); }

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

background-color css

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

 a { background-color: rgb(234,7,71); }

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

border-color css

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

 span { border-color: rgb(234,7,71); }

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