Html Css Color HEX #EB85C5 Tea Rose

📋 copy color: '#EB85C5'

red 235 ◦ green 133 ◦ blue 197

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

Shades of Tea Rose #EB85C5

Tints of Tea Rose #EB85C5

RGB

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

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

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

R = 41.59%
G = 23.54%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB85C5 (or 0xEB85C5) is known color: Tea Rose. HEX triplet: EB, 85 and C5. RGB value is (235,133,197). Sum of RGB (Red+Green+Blue) = 235+133+197=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C5 is #147A3A. Grayscale: #AAAAAA. Windows color (decimal): -1342011 or 12944875. OLE color: 12944875.

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

Color convert

RGB 235 133 197 -
CMYK 0 0.43 0.16 0.08
HSL 322.35º 0.72% 0.72% -
HSV(B) 322.35º 0.43% 0.92% -
XYZ 52.73 38.47 57.47 -
YUV 170.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 235 133 197 0 0.43 0.16 0.08 322.35 0.72 0.72
Hex EB 85 C5 0 2B 10 8 142 48 48
Octal 353 205 305 0 53 20 10 502 110 110
Binary 11101011 10000101 11000101 0 101011 10000 1000 101000010 1001000 1001000

Color Harmonies of #EB85C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C5

Black with #EB85C5

Text Example


Text Example

White with #EB85C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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