Html Css Color HEX #EE6E7E Froly

📋 copy color: '#EE6E7E'

red 238 ◦ green 110 ◦ blue 126

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

Shades of Froly #EE6E7E

Tints of Froly #EE6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 50.21%
G = 23.21%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE6E7E (or 0xEE6E7E) is known color: Froly. HEX triplet: EE, 6E and 7E. RGB value is (238,110,126). Sum of RGB (Red+Green+Blue) = 238+110+126=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E7E is #119181. Grayscale: #969696. Windows color (decimal): -1151362 or 8285934. OLE color: 8285934.

HSL color Cylindrical-coordinate representation of color #EE6E7E: hue angle of 352.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6E7E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 110 126 -
CMYK 0 0.54 0.47 0.07
HSL 352.5º 0.79% 0.68% -
HSV(B) 352.5º 0.54% 0.93% -
XYZ 44.6 30.84 23.34 -
YUV 150.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 238 110 126 0 0.54 0.47 0.07 352.5 0.79 0.68
Hex EE 6E 7E 0 36 2F 7 160 4F 44
Octal 356 156 176 0 66 57 7 540 117 104
Binary 11101110 1101110 1111110 0 110110 101111 111 101100000 1001111 1000100

Color Harmonies of #EE6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6E7E

Black with #EE6E7E

Text Example


Text Example

White with #EE6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6E7E; }

 p { color: rgb(238,110,126); }

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

background-color css

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

 a { background-color: rgb(238,110,126); }

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

border-color css

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

 span { border-color: rgb(238,110,126); }

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