Html Css Color HEX #EE7ACD Tea Rose

📋 copy color: '#EE7ACD'

red 238 ◦ green 122 ◦ blue 205

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

Shades of Tea Rose #EE7ACD

Tints of Tea Rose #EE7ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

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

R = 42.12%
G = 21.59%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE7ACD (or 0xEE7ACD) is known color: Tea Rose. HEX triplet: EE, 7A and CD. RGB value is (238,122,205). Sum of RGB (Red+Green+Blue) = 238+122+205=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ACD is #118532. Grayscale: #A5A5A5. Windows color (decimal): -1148211 or 13466350. OLE color: 13466350.

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

Color convert

RGB 238 122 205 -
CMYK 0 0.49 0.14 0.07
HSL 317.07º 0.77% 0.71% -
HSV(B) 317.07º 0.49% 0.93% -
XYZ 53.24 36.5 62 -
YUV 166.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 238 122 205 0 0.49 0.14 0.07 317.07 0.77 0.71
Hex EE 7A CD 0 31 E 7 13D 4D 47
Octal 356 172 315 0 61 16 7 475 115 107
Binary 11101110 1111010 11001101 0 110001 1110 111 100111101 1001101 1000111

Color Harmonies of #EE7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7ACD

Black with #EE7ACD

Text Example


Text Example

White with #EE7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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