Html Css Color HEX #EF7ED0 Tea Rose

📋 copy color: '#EF7ED0'

red 239 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #EF7ED0

Tints of Tea Rose #EF7ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 41.71%
G = 21.99%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF7ED0 (or 0xEF7ED0) is known color: Tea Rose. HEX triplet: EF, 7E and D0. RGB value is (239,126,208). Sum of RGB (Red+Green+Blue) = 239+126+208=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ED0 is #10812F. Grayscale: #A8A8A8. Windows color (decimal): -1081648 or 13663983. OLE color: 13663983.

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

Color convert

RGB 239 126 208 -
CMYK 0 0.47 0.13 0.06
HSL 316.46º 0.78% 0.72% -
HSV(B) 316.46º 0.47% 0.94% -
XYZ 54.44 37.83 64.11 -
YUV 169.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 239 126 208 0 0.47 0.13 0.06 316.46 0.78 0.72
Hex EF 7E D0 0 2F D 6 13C 4E 48
Octal 357 176 320 0 57 15 6 474 116 110
Binary 11101111 1111110 11010000 0 101111 1101 110 100111100 1001110 1001000

Color Harmonies of #EF7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ED0

Black with #EF7ED0

Text Example


Text Example

White with #EF7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ED0; }

 p { color: rgb(239,126,208); }

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

background-color css

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

 a { background-color: rgb(239,126,208); }

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

border-color css

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

 span { border-color: rgb(239,126,208); }

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