Html Css Color HEX #EB85C2 Tea Rose

📋 copy color: '#EB85C2'

red 235 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #EB85C2

Tints of Tea Rose #EB85C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 41.81%
G = 23.67%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB85C2 (or 0xEB85C2) is known color: Tea Rose. HEX triplet: EB, 85 and C2. RGB value is (235,133,194). Sum of RGB (Red+Green+Blue) = 235+133+194=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C2 is #147A3D. Grayscale: #AAAAAA. Windows color (decimal): -1342014 or 12748267. OLE color: 12748267.

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

Color convert

RGB 235 133 194 -
CMYK 0 0.43 0.17 0.08
HSL 324.12º 0.72% 0.72% -
HSV(B) 324.12º 0.43% 0.92% -
XYZ 52.39 38.33 55.68 -
YUV 170.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 235 133 194 0 0.43 0.17 0.08 324.12 0.72 0.72
Hex EB 85 C2 0 2B 11 8 144 48 48
Octal 353 205 302 0 53 21 10 504 110 110
Binary 11101011 10000101 11000010 0 101011 10001 1000 101000100 1001000 1001000

Color Harmonies of #EB85C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C2

Black with #EB85C2

Text Example


Text Example

White with #EB85C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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