Html Css Color HEX #EF7EC6 Tea Rose

📋 copy color: '#EF7EC6'

red 239 ◦ green 126 ◦ blue 198

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

Shades of Tea Rose #EF7EC6

Tints of Tea Rose #EF7EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 42.45%
G = 22.38%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF7EC6 (or 0xEF7EC6) is known color: Tea Rose. HEX triplet: EF, 7E and C6. RGB value is (239,126,198). Sum of RGB (Red+Green+Blue) = 239+126+198=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EC6 is #108139. Grayscale: #A7A7A7. Windows color (decimal): -1081658 or 13008623. OLE color: 13008623.

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

Color convert

RGB 239 126 198 -
CMYK 0 0.47 0.17 0.06
HSL 321.77º 0.78% 0.72% -
HSV(B) 321.77º 0.47% 0.94% -
XYZ 53.25 37.35 57.83 -
YUV 168 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 239 126 198 0 0.47 0.17 0.06 321.77 0.78 0.72
Hex EF 7E C6 0 2F 11 6 142 4E 48
Octal 357 176 306 0 57 21 6 502 116 110
Binary 11101111 1111110 11000110 0 101111 10001 110 101000010 1001110 1001000

Color Harmonies of #EF7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EC6

Black with #EF7EC6

Text Example


Text Example

White with #EF7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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