Html Css Color HEX #EE707B Froly

📋 copy color: '#EE707B'

red 238 ◦ green 112 ◦ blue 123

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

Shades of Froly #EE707B

Tints of Froly #EE707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 123 (48.44% from 255) = 26%

R = 50.32%
G = 23.68%
B = 26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE707B (or 0xEE707B) is known color: Froly. HEX triplet: EE, 70 and 7B. RGB value is (238,112,123). Sum of RGB (Red+Green+Blue) = 238+112+123=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE707B is #118F84. Grayscale: #979797. Windows color (decimal): -1150853 or 8089838. OLE color: 8089838.

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

Color convert

RGB 238 112 123 -
CMYK 0 0.53 0.48 0.07
HSL 354.76º 0.79% 0.69% -
HSV(B) 354.76º 0.53% 0.93% -
XYZ 44.63 31.2 22.41 -
YUV 150.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 238 112 123 0 0.53 0.48 0.07 354.76 0.79 0.69
Hex EE 70 7B 0 35 30 7 163 4F 45
Octal 356 160 173 0 65 60 7 543 117 105
Binary 11101110 1110000 1111011 0 110101 110000 111 101100011 1001111 1000101

Color Harmonies of #EE707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE707B

Black with #EE707B

Text Example


Text Example

White with #EE707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE707B; }

 p { color: rgb(238,112,123); }

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

background-color css

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

 a { background-color: rgb(238,112,123); }

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

border-color css

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

 span { border-color: rgb(238,112,123); }

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