Html Css Color HEX #EB85C9 Tea Rose

📋 copy color: '#EB85C9'

red 235 ◦ green 133 ◦ blue 201

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

Shades of Tea Rose #EB85C9

Tints of Tea Rose #EB85C9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.37%

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

R = 41.3%
G = 23.37%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB85C9 (or 0xEB85C9) is known color: Tea Rose. HEX triplet: EB, 85 and C9. RGB value is (235,133,201). Sum of RGB (Red+Green+Blue) = 235+133+201=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C9 is #147A36. Grayscale: #ABABAB. Windows color (decimal): -1342007 or 13207019. OLE color: 13207019.

HSL color Cylindrical-coordinate representation of color #EB85C9: hue angle of 320º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85C9 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 201 -
CMYK 0 0.43 0.14 0.08
HSL 320º 0.72% 0.72% -
HSV(B) 320º 0.43% 0.92% -
XYZ 53.19 38.65 59.92 -
YUV 171.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 235 133 201 0 0.43 0.14 0.08 320 0.72 0.72
Hex EB 85 C9 0 2B E 8 140 48 48
Octal 353 205 311 0 53 16 10 500 110 110
Binary 11101011 10000101 11001001 0 101011 1110 1000 101000000 1001000 1001000

Color Harmonies of #EB85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C9

Black with #EB85C9

Text Example


Text Example

White with #EB85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C9; }

 p { color: rgb(235,133,201); }

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

background-color css

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

 a { background-color: rgb(235,133,201); }

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

border-color css

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

 span { border-color: rgb(235,133,201); }

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