Html Css Color HEX #EF7BC9 Tea Rose

📋 copy color: '#EF7BC9'

red 239 ◦ green 123 ◦ blue 201

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

Shades of Tea Rose #EF7BC9

Tints of Tea Rose #EF7BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.85%

 BLUE value IS 201 (78.91% from 255) = 35.7%

R = 42.45%
G = 21.85%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF7BC9 (or 0xEF7BC9) is known color: Tea Rose. HEX triplet: EF, 7B and C9. RGB value is (239,123,201). Sum of RGB (Red+Green+Blue) = 239+123+201=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BC9 is #108436. Grayscale: #A6A6A6. Windows color (decimal): -1082423 or 13204463. OLE color: 13204463.

HSL color Cylindrical-coordinate representation of color #EF7BC9: hue angle of 319.66º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 123 201 -
CMYK 0 0.49 0.16 0.06
HSL 319.66º 0.78% 0.71% -
HSV(B) 319.66º 0.49% 0.94% -
XYZ 53.22 36.73 59.54 -
YUV 166.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 239 123 201 0 0.49 0.16 0.06 319.66 0.78 0.71
Hex EF 7B C9 0 31 10 6 140 4E 47
Octal 357 173 311 0 61 20 6 500 116 107
Binary 11101111 1111011 11001001 0 110001 10000 110 101000000 1001110 1000111

Color Harmonies of #EF7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BC9

Black with #EF7BC9

Text Example


Text Example

White with #EF7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BC9; }

 p { color: rgb(239,123,201); }

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

background-color css

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

 a { background-color: rgb(239,123,201); }

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

border-color css

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

 span { border-color: rgb(239,123,201); }

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