Html Css Color HEX #EB7ACB Tea Rose

📋 copy color: '#EB7ACB'

red 235 ◦ green 122 ◦ blue 203

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

Shades of Tea Rose #EB7ACB

Tints of Tea Rose #EB7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 41.96%
G = 21.79%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB7ACB (or 0xEB7ACB) is known color: Tea Rose. HEX triplet: EB, 7A and CB. RGB value is (235,122,203). Sum of RGB (Red+Green+Blue) = 235+122+203=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ACB is #148534. Grayscale: #A4A4A4. Windows color (decimal): -1344821 or 13335275. OLE color: 13335275.

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

Color convert

RGB 235 122 203 -
CMYK 0 0.48 0.14 0.08
HSL 316.99º 0.74% 0.7% -
HSV(B) 316.99º 0.48% 0.92% -
XYZ 52 35.89 60.69 -
YUV 165.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 235 122 203 0 0.48 0.14 0.08 316.99 0.74 0.7
Hex EB 7A CB 0 30 E 8 13D 4A 46
Octal 353 172 313 0 60 16 10 475 112 106
Binary 11101011 1111010 11001011 0 110000 1110 1000 100111101 1001010 1000110

Color Harmonies of #EB7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7ACB

Black with #EB7ACB

Text Example


Text Example

White with #EB7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7ACB; }

 p { color: rgb(235,122,203); }

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

background-color css

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

 a { background-color: rgb(235,122,203); }

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

border-color css

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

 span { border-color: rgb(235,122,203); }

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