Html Css Color HEX #EF7ACD Tea Rose

📋 copy color: '#EF7ACD'

red 239 ◦ green 122 ◦ blue 205

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

Shades of Tea Rose #EF7ACD

Tints of Tea Rose #EF7ACD

RGB

 RED value IS 239 (93.75% from 255) = 42.23%

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

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

R = 42.23%
G = 21.55%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF7ACD (or 0xEF7ACD) is known color: Tea Rose. HEX triplet: EF, 7A and CD. RGB value is (239,122,205). Sum of RGB (Red+Green+Blue) = 239+122+205=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACD is #108532. Grayscale: #A6A6A6. Windows color (decimal): -1082675 or 13466351. OLE color: 13466351.

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

Color convert

RGB 239 122 205 -
CMYK 0 0.49 0.14 0.06
HSL 317.44º 0.79% 0.71% -
HSV(B) 317.44º 0.49% 0.94% -
XYZ 53.58 36.68 62.01 -
YUV 166.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 239 122 205 0 0.49 0.14 0.06 317.44 0.79 0.71
Hex EF 7A CD 0 31 E 6 13D 4F 47
Octal 357 172 315 0 61 16 6 475 117 107
Binary 11101111 1111010 11001101 0 110001 1110 110 100111101 1001111 1000111

Color Harmonies of #EF7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ACD

Black with #EF7ACD

Text Example


Text Example

White with #EF7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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