Html Css Color HEX #EB85C8 Tea Rose

📋 copy color: '#EB85C8'

red 235 ◦ green 133 ◦ blue 200

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

Shades of Tea Rose #EB85C8

Tints of Tea Rose #EB85C8

RGB

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

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

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

R = 41.37%
G = 23.42%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB85C8 (or 0xEB85C8) is known color: Tea Rose. HEX triplet: EB, 85 and C8. RGB value is (235,133,200). Sum of RGB (Red+Green+Blue) = 235+133+200=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C8 is #147A37. Grayscale: #AAAAAA. Windows color (decimal): -1342008 or 13141483. OLE color: 13141483.

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

Color convert

RGB 235 133 200 -
CMYK 0 0.43 0.15 0.08
HSL 320.59º 0.72% 0.72% -
HSV(B) 320.59º 0.43% 0.92% -
XYZ 53.07 38.61 59.3 -
YUV 171.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 235 133 200 0 0.43 0.15 0.08 320.59 0.72 0.72
Hex EB 85 C8 0 2B F 8 141 48 48
Octal 353 205 310 0 53 17 10 501 110 110
Binary 11101011 10000101 11001000 0 101011 1111 1000 101000001 1001000 1001000

Color Harmonies of #EB85C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C8

Black with #EB85C8

Text Example


Text Example

White with #EB85C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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