Html Css Color HEX #EF7DCC Tea Rose

📋 copy color: '#EF7DCC'

red 239 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #EF7DCC

Tints of Tea Rose #EF7DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 42.08%
G = 22.01%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF7DCC (or 0xEF7DCC) is known color: Tea Rose. HEX triplet: EF, 7D and CC. RGB value is (239,125,204). Sum of RGB (Red+Green+Blue) = 239+125+204=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DCC is #108233. Grayscale: #A7A7A7. Windows color (decimal): -1081908 or 13401583. OLE color: 13401583.

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

Color convert

RGB 239 125 204 -
CMYK 0 0.48 0.15 0.06
HSL 318.42º 0.78% 0.71% -
HSV(B) 318.42º 0.48% 0.94% -
XYZ 53.83 37.38 61.5 -
YUV 168.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 239 125 204 0 0.48 0.15 0.06 318.42 0.78 0.71
Hex EF 7D CC 0 30 F 6 13E 4E 47
Octal 357 175 314 0 60 17 6 476 116 107
Binary 11101111 1111101 11001100 0 110000 1111 110 100111110 1001110 1000111

Color Harmonies of #EF7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7DCC

Black with #EF7DCC

Text Example


Text Example

White with #EF7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7DCC; }

 p { color: rgb(239,125,204); }

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

background-color css

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

 a { background-color: rgb(239,125,204); }

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

border-color css

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

 span { border-color: rgb(239,125,204); }

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