Html Css Color HEX #EF7CCD Tea Rose

📋 copy color: '#EF7CCD'

red 239 ◦ green 124 ◦ blue 205

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

Shades of Tea Rose #EF7CCD

Tints of Tea Rose #EF7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

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

R = 42.08%
G = 21.83%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF7CCD (or 0xEF7CCD) is known color: Tea Rose. HEX triplet: EF, 7C and CD. RGB value is (239,124,205). Sum of RGB (Red+Green+Blue) = 239+124+205=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CCD is #108332. Grayscale: #A7A7A7. Windows color (decimal): -1082163 or 13466863. OLE color: 13466863.

HSL color Cylindrical-coordinate representation of color #EF7CCD: hue angle of 317.74º 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 #EF7CCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 124 205 -
CMYK 0 0.48 0.14 0.06
HSL 317.74º 0.78% 0.71% -
HSV(B) 317.74º 0.48% 0.94% -
XYZ 53.82 37.17 62.1 -
YUV 167.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 239 124 205 0 0.48 0.14 0.06 317.74 0.78 0.71
Hex EF 7C CD 0 30 E 6 13E 4E 47
Octal 357 174 315 0 60 16 6 476 116 107
Binary 11101111 1111100 11001101 0 110000 1110 110 100111110 1001110 1000111

Color Harmonies of #EF7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7CCD

Black with #EF7CCD

Text Example


Text Example

White with #EF7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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