Html Css Color HEX #EE6475 Froly

📋 copy color: '#EE6475'

red 238 ◦ green 100 ◦ blue 117

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

Shades of Froly #EE6475

Tints of Froly #EE6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.98%

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 52.31%
G = 21.98%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6475 (or 0xEE6475) is known color: Froly. HEX triplet: EE, 64 and 75. RGB value is (238,100,117). Sum of RGB (Red+Green+Blue) = 238+100+117=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6475 is #119B8A. Grayscale: #8F8F8F. Windows color (decimal): -1153931 or 7693550. OLE color: 7693550.

HSL color Cylindrical-coordinate representation of color #EE6475: hue angle of 352.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6475 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 117 -
CMYK 0 0.58 0.51 0.07
HSL 352.61º 0.8% 0.66% -
HSV(B) 352.61º 0.58% 0.93% -
XYZ 43.03 28.58 20.08 -
YUV 143.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 238 100 117 0 0.58 0.51 0.07 352.61 0.8 0.66
Hex EE 64 75 0 3A 33 7 161 50 42
Octal 356 144 165 0 72 63 7 541 120 102
Binary 11101110 1100100 1110101 0 111010 110011 111 101100001 1010000 1000010

Color Harmonies of #EE6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6475

Black with #EE6475

Text Example


Text Example

White with #EE6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6475; }

 p { color: rgb(238,100,117); }

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

background-color css

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

 a { background-color: rgb(238,100,117); }

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

border-color css

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

 span { border-color: rgb(238,100,117); }

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