Html Css Color HEX #EE6276 Froly

📋 copy color: '#EE6276'

red 238 ◦ green 98 ◦ blue 118

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

Shades of Froly #EE6276

Tints of Froly #EE6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 52.42%
G = 21.59%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE6276 (or 0xEE6276) is known color: Froly. HEX triplet: EE, 62 and 76. RGB value is (238,98,118). Sum of RGB (Red+Green+Blue) = 238+98+118=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6276 is #119D89. Grayscale: #8E8E8E. Windows color (decimal): -1154442 or 7758574. OLE color: 7758574.

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

Color convert

RGB 238 98 118 -
CMYK 0 0.59 0.50 0.07
HSL 351.43º 0.8% 0.66% -
HSV(B) 351.43º 0.59% 0.93% -
XYZ 42.9 28.22 20.33 -
YUV 142.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 238 98 118 0 0.59 0.50 0.07 351.43 0.8 0.66
Hex EE 62 76 0 3B 32 7 15F 50 42
Octal 356 142 166 0 73 62 7 537 120 102
Binary 11101110 1100010 1110110 0 111011 110010 111 101011111 1010000 1000010

Color Harmonies of #EE6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6276

Black with #EE6276

Text Example


Text Example

White with #EE6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6276; }

 p { color: rgb(238,98,118); }

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

background-color css

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

 a { background-color: rgb(238,98,118); }

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

border-color css

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

 span { border-color: rgb(238,98,118); }

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