Html Css Color HEX #EB7BCB Tea Rose

📋 copy color: '#EB7BCB'

red 235 ◦ green 123 ◦ blue 203

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

Shades of Tea Rose #EB7BCB

Tints of Tea Rose #EB7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 41.89%
G = 21.93%
B = 36.19%

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

#EB7BCB (or 0xEB7BCB) is known color: Tea Rose. HEX triplet: EB, 7B and CB. RGB value is (235,123,203). Sum of RGB (Red+Green+Blue) = 235+123+203=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BCB is #148434. Grayscale: #A5A5A5. Windows color (decimal): -1344565 or 13335531. OLE color: 13335531.

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

Color convert

RGB 235 123 203 -
CMYK 0 0.48 0.14 0.08
HSL 317.14º 0.74% 0.7% -
HSV(B) 317.14º 0.48% 0.92% -
XYZ 52.12 36.14 60.73 -
YUV 165.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 235 123 203 0 0.48 0.14 0.08 317.14 0.74 0.7
Hex EB 7B CB 0 30 E 8 13D 4A 46
Octal 353 173 313 0 60 16 10 475 112 106
Binary 11101011 1111011 11001011 0 110000 1110 1000 100111101 1001010 1000110

Color Harmonies of #EB7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BCB

Black with #EB7BCB

Text Example


Text Example

White with #EB7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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