Html Css Color HEX #EF7ECC Tea Rose

📋 copy color: '#EF7ECC'

red 239 ◦ green 126 ◦ blue 204

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

Shades of Tea Rose #EF7ECC

Tints of Tea Rose #EF7ECC

RGB

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

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

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

R = 42%
G = 22.14%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF7ECC (or 0xEF7ECC) is known color: Tea Rose. HEX triplet: EF, 7E and CC. RGB value is (239,126,204). Sum of RGB (Red+Green+Blue) = 239+126+204=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECC is #108133. Grayscale: #A8A8A8. Windows color (decimal): -1081652 or 13401839. OLE color: 13401839.

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

Color convert

RGB 239 126 204 -
CMYK 0 0.47 0.15 0.06
HSL 318.58º 0.78% 0.72% -
HSV(B) 318.58º 0.47% 0.94% -
XYZ 53.96 37.63 61.55 -
YUV 168.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 239 126 204 0 0.47 0.15 0.06 318.58 0.78 0.72
Hex EF 7E CC 0 2F F 6 13F 4E 48
Octal 357 176 314 0 57 17 6 477 116 110
Binary 11101111 1111110 11001100 0 101111 1111 110 100111111 1001110 1001000

Color Harmonies of #EF7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ECC

Black with #EF7ECC

Text Example


Text Example

White with #EF7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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