Html Css Color HEX #EF7BC8 Tea Rose

📋 copy color: '#EF7BC8'

red 239 ◦ green 123 ◦ blue 200

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

Shades of Tea Rose #EF7BC8

Tints of Tea Rose #EF7BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.59%

R = 42.53%
G = 21.89%
B = 35.59%

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

#EF7BC8 (or 0xEF7BC8) is known color: Tea Rose. HEX triplet: EF, 7B and C8. RGB value is (239,123,200). Sum of RGB (Red+Green+Blue) = 239+123+200=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BC8 is #108437. Grayscale: #A6A6A6. Windows color (decimal): -1082424 or 13138927. OLE color: 13138927.

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

Color convert

RGB 239 123 200 -
CMYK 0 0.49 0.16 0.06
HSL 320.17º 0.78% 0.71% -
HSV(B) 320.17º 0.49% 0.94% -
XYZ 53.1 36.69 58.93 -
YUV 166.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 239 123 200 0 0.49 0.16 0.06 320.17 0.78 0.71
Hex EF 7B C8 0 31 10 6 140 4E 47
Octal 357 173 310 0 61 20 6 500 116 107
Binary 11101111 1111011 11001000 0 110001 10000 110 101000000 1001110 1000111

Color Harmonies of #EF7BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BC8

Black with #EF7BC8

Text Example


Text Example

White with #EF7BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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