Html Css Color HEX #EE0746 Crimson

📋 copy color: '#EE0746'

red 238 ◦ green 7 ◦ blue 70

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

Shades of Crimson #EE0746

Tints of Crimson #EE0746

RGB

 RED value IS 238 (93.36% from 255) = 75.56%

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 75.56%
G = 2.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE0746 (or 0xEE0746) is known color: Crimson. HEX triplet: EE, 07 and 46. RGB value is (238,7,70). Sum of RGB (Red+Green+Blue) = 238+7+70=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0746 is #11F8B9. Grayscale: #535353. Windows color (decimal): -1177786 or 4589550. OLE color: 4589550.

HSL color Cylindrical-coordinate representation of color #EE0746: hue angle of 343.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0746 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 70 -
CMYK 0 0.97 0.71 0.07
HSL 343.64º 0.94% 0.48% -
HSV(B) 343.64º 0.97% 0.93% -
XYZ 36.44 18.77 7.5 -
YUV 83.25 120.53 238.38 -
System Red Green Blue C M Y K H S L
Decimal 238 7 70 0 0.97 0.71 0.07 343.64 0.94 0.48
Hex EE 7 46 0 61 47 7 158 5E 30
Octal 356 7 106 0 141 107 7 530 136 60
Binary 11101110 111 1000110 0 1100001 1000111 111 101011000 1011110 110000

Color Harmonies of #EE0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0746

Black with #EE0746

Text Example


Text Example

White with #EE0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0746; }

 p { color: rgb(238,7,70); }

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

background-color css

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

 a { background-color: rgb(238,7,70); }

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

border-color css

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

 span { border-color: rgb(238,7,70); }

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