Html Css Color HEX #EF7ECE Tea Rose

📋 copy color: '#EF7ECE'

red 239 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #EF7ECE

Tints of Tea Rose #EF7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 41.86%
G = 22.07%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF7ECE (or 0xEF7ECE) is known color: Tea Rose. HEX triplet: EF, 7E and CE. RGB value is (239,126,206). Sum of RGB (Red+Green+Blue) = 239+126+206=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECE is #108131. Grayscale: #A8A8A8. Windows color (decimal): -1081650 or 13532911. OLE color: 13532911.

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

Color convert

RGB 239 126 206 -
CMYK 0 0.47 0.14 0.06
HSL 317.52º 0.78% 0.72% -
HSV(B) 317.52º 0.47% 0.94% -
XYZ 54.2 37.73 62.82 -
YUV 168.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 239 126 206 0 0.47 0.14 0.06 317.52 0.78 0.72
Hex EF 7E CE 0 2F E 6 13E 4E 48
Octal 357 176 316 0 57 16 6 476 116 110
Binary 11101111 1111110 11001110 0 101111 1110 110 100111110 1001110 1001000

Color Harmonies of #EF7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ECE

Black with #EF7ECE

Text Example


Text Example

White with #EF7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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