Html Css Color HEX #EE7FCD Tea Rose

📋 copy color: '#EE7FCD'

red 238 ◦ green 127 ◦ blue 205

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

Shades of Tea Rose #EE7FCD

Tints of Tea Rose #EE7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.28%

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 41.75%
G = 22.28%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE7FCD (or 0xEE7FCD) is known color: Tea Rose. HEX triplet: EE, 7F and CD. RGB value is (238,127,205). Sum of RGB (Red+Green+Blue) = 238+127+205=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FCD is #118032. Grayscale: #A8A8A8. Windows color (decimal): -1146931 or 13467630. OLE color: 13467630.

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

Color convert

RGB 238 127 205 -
CMYK 0 0.47 0.14 0.07
HSL 317.84º 0.77% 0.72% -
HSV(B) 317.84º 0.47% 0.93% -
XYZ 53.87 37.76 62.21 -
YUV 169.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 238 127 205 0 0.47 0.14 0.07 317.84 0.77 0.72
Hex EE 7F CD 0 2F E 7 13E 4D 48
Octal 356 177 315 0 57 16 7 476 115 110
Binary 11101110 1111111 11001101 0 101111 1110 111 100111110 1001101 1001000

Color Harmonies of #EE7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FCD

Black with #EE7FCD

Text Example


Text Example

White with #EE7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FCD; }

 p { color: rgb(238,127,205); }

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

background-color css

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

 a { background-color: rgb(238,127,205); }

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

border-color css

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

 span { border-color: rgb(238,127,205); }

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