Html Css Color HEX #EF7EC5 Tea Rose

📋 copy color: '#EF7EC5'

red 239 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #EF7EC5

Tints of Tea Rose #EF7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 42.53%
G = 22.42%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF7EC5 (or 0xEF7EC5) is known color: Tea Rose. HEX triplet: EF, 7E and C5. RGB value is (239,126,197). Sum of RGB (Red+Green+Blue) = 239+126+197=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EC5 is #10813A. Grayscale: #A7A7A7. Windows color (decimal): -1081659 or 12943087. OLE color: 12943087.

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

Color convert

RGB 239 126 197 -
CMYK 0 0.47 0.18 0.06
HSL 322.3º 0.78% 0.72% -
HSV(B) 322.3º 0.47% 0.94% -
XYZ 53.14 37.3 57.22 -
YUV 167.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 239 126 197 0 0.47 0.18 0.06 322.3 0.78 0.72
Hex EF 7E C5 0 2F 12 6 142 4E 48
Octal 357 176 305 0 57 22 6 502 116 110
Binary 11101111 1111110 11000101 0 101111 10010 110 101000010 1001110 1001000

Color Harmonies of #EF7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EC5

Black with #EF7EC5

Text Example


Text Example

White with #EF7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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