Html Css Color HEX #EB7ECB Tea Rose

📋 copy color: '#EB7ECB'

red 235 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #EB7ECB

Tints of Tea Rose #EB7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.34%

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

R = 41.67%
G = 22.34%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB7ECB (or 0xEB7ECB) is known color: Tea Rose. HEX triplet: EB, 7E and CB. RGB value is (235,126,203). Sum of RGB (Red+Green+Blue) = 235+126+203=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ECB is #148134. Grayscale: #A7A7A7. Windows color (decimal): -1343797 or 13336299. OLE color: 13336299.

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

Color convert

RGB 235 126 203 -
CMYK 0 0.46 0.14 0.08
HSL 317.61º 0.73% 0.71% -
HSV(B) 317.61º 0.46% 0.92% -
XYZ 52.5 36.9 60.85 -
YUV 167.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 235 126 203 0 0.46 0.14 0.08 317.61 0.73 0.71
Hex EB 7E CB 0 2E E 8 13E 49 47
Octal 353 176 313 0 56 16 10 476 111 107
Binary 11101011 1111110 11001011 0 101110 1110 1000 100111110 1001001 1000111

Color Harmonies of #EB7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7ECB

Black with #EB7ECB

Text Example


Text Example

White with #EB7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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