Html Css Color HEX #EE6B7D Froly

📋 copy color: '#EE6B7D'

red 238 ◦ green 107 ◦ blue 125

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

Shades of Froly #EE6B7D

Tints of Froly #EE6B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 50.64%
G = 22.77%
B = 26.6%

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

#EE6B7D (or 0xEE6B7D) is known color: Froly. HEX triplet: EE, 6B and 7D. RGB value is (238,107,125). Sum of RGB (Red+Green+Blue) = 238+107+125=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B7D is #119482. Grayscale: #949494. Windows color (decimal): -1152131 or 8219630. OLE color: 8219630.

HSL color Cylindrical-coordinate representation of color #EE6B7D: hue angle of 351.76º 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 #EE6B7D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 107 125 -
CMYK 0 0.55 0.47 0.07
HSL 351.76º 0.79% 0.68% -
HSV(B) 351.76º 0.55% 0.93% -
XYZ 44.22 30.17 22.9 -
YUV 148.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 238 107 125 0 0.55 0.47 0.07 351.76 0.79 0.68
Hex EE 6B 7D 0 37 2F 7 160 4F 44
Octal 356 153 175 0 67 57 7 540 117 104
Binary 11101110 1101011 1111101 0 110111 101111 111 101100000 1001111 1000100

Color Harmonies of #EE6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B7D

Black with #EE6B7D

Text Example


Text Example

White with #EE6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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