Html Css Color HEX #EB8FCC Tea Rose

📋 copy color: '#EB8FCC'

red 235 ◦ green 143 ◦ blue 204

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

Shades of Tea Rose #EB8FCC

Tints of Tea Rose #EB8FCC

RGB

 RED value IS 235 (92.19% from 255) = 40.38%

 GREEN value IS 143 (56.25% from 255) = 24.57%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 40.38%
G = 24.57%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB8FCC (or 0xEB8FCC) is known color: Tea Rose. HEX triplet: EB, 8F and CC. RGB value is (235,143,204). Sum of RGB (Red+Green+Blue) = 235+143+204=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FCC is #147033. Grayscale: #B1B1B1. Windows color (decimal): -1339444 or 13406187. OLE color: 13406187.

HSL color Cylindrical-coordinate representation of color #EB8FCC: hue angle of 320.22º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FCC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 143 204 -
CMYK 0 0.39 0.13 0.08
HSL 320.22º 0.7% 0.74% -
HSV(B) 320.22º 0.39% 0.92% -
XYZ 54.98 41.67 62.27 -
YUV 177.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 235 143 204 0 0.39 0.13 0.08 320.22 0.7 0.74
Hex EB 8F CC 0 27 D 8 140 46 4A
Octal 353 217 314 0 47 15 10 500 106 112
Binary 11101011 10001111 11001100 0 100111 1101 1000 101000000 1000110 1001010

Color Harmonies of #EB8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8FCC

Black with #EB8FCC

Text Example


Text Example

White with #EB8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8FCC; }

 p { color: rgb(235,143,204); }

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

background-color css

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

 a { background-color: rgb(235,143,204); }

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

border-color css

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

 span { border-color: rgb(235,143,204); }

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