Html Css Color HEX #EE7DCF Tea Rose

📋 copy color: '#EE7DCF'

red 238 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #EE7DCF

Tints of Tea Rose #EE7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.93%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 41.75%
G = 21.93%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE7DCF (or 0xEE7DCF) is known color: Tea Rose. HEX triplet: EE, 7D and CF. RGB value is (238,125,207). Sum of RGB (Red+Green+Blue) = 238+125+207=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DCF is #118230. Grayscale: #A7A7A7. Windows color (decimal): -1147441 or 13598190. OLE color: 13598190.

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

Color convert

RGB 238 125 207 -
CMYK 0 0.47 0.13 0.07
HSL 316.46º 0.77% 0.71% -
HSV(B) 316.46º 0.47% 0.93% -
XYZ 53.86 37.35 63.4 -
YUV 168.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 238 125 207 0 0.47 0.13 0.07 316.46 0.77 0.71
Hex EE 7D CF 0 2F D 7 13C 4D 47
Octal 356 175 317 0 57 15 7 474 115 107
Binary 11101110 1111101 11001111 0 101111 1101 111 100111100 1001101 1000111

Color Harmonies of #EE7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7DCF

Black with #EE7DCF

Text Example


Text Example

White with #EE7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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