Html Css Color HEX #EE6B7E Froly

📋 copy color: '#EE6B7E'

red 238 ◦ green 107 ◦ blue 126

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

Shades of Froly #EE6B7E

Tints of Froly #EE6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 50.53%
G = 22.72%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE6B7E (or 0xEE6B7E) is known color: Froly. HEX triplet: EE, 6B and 7E. RGB value is (238,107,126). Sum of RGB (Red+Green+Blue) = 238+107+126=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B7E is #119481. Grayscale: #949494. Windows color (decimal): -1152130 or 8285166. OLE color: 8285166.

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

Color convert

RGB 238 107 126 -
CMYK 0 0.55 0.47 0.07
HSL 351.3º 0.79% 0.68% -
HSV(B) 351.3º 0.55% 0.93% -
XYZ 44.28 30.2 23.23 -
YUV 148.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 238 107 126 0 0.55 0.47 0.07 351.3 0.79 0.68
Hex EE 6B 7E 0 37 2F 7 15F 4F 44
Octal 356 153 176 0 67 57 7 537 117 104
Binary 11101110 1101011 1111110 0 110111 101111 111 101011111 1001111 1000100

Color Harmonies of #EE6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B7E

Black with #EE6B7E

Text Example


Text Example

White with #EE6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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