Html Css Color HEX #EE7DCE Tea Rose

📋 copy color: '#EE7DCE'

red 238 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #EE7DCE

Tints of Tea Rose #EE7DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 41.83%
G = 21.97%
B = 36.2%

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

#EE7DCE (or 0xEE7DCE) is known color: Tea Rose. HEX triplet: EE, 7D and CE. RGB value is (238,125,206). Sum of RGB (Red+Green+Blue) = 238+125+206=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DCE is #118231. Grayscale: #A7A7A7. Windows color (decimal): -1147442 or 13532654. OLE color: 13532654.

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

Color convert

RGB 238 125 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.99º 0.77% 0.71% -
HSV(B) 316.99º 0.47% 0.93% -
XYZ 53.73 37.3 62.76 -
YUV 168.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 238 125 206 0 0.47 0.13 0.07 316.99 0.77 0.71
Hex EE 7D CE 0 2F D 7 13D 4D 47
Octal 356 175 316 0 57 15 7 475 115 107
Binary 11101110 1111101 11001110 0 101111 1101 111 100111101 1001101 1000111

Color Harmonies of #EE7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7DCE

Black with #EE7DCE

Text Example


Text Example

White with #EE7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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