Html Css Color HEX #EB7ECE Tea Rose

📋 copy color: '#EB7ECE'

red 235 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #EB7ECE

Tints of Tea Rose #EB7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 41.45%
G = 22.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB7ECE (or 0xEB7ECE) is known color: Tea Rose. HEX triplet: EB, 7E and CE. RGB value is (235,126,206). Sum of RGB (Red+Green+Blue) = 235+126+206=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ECE is #148131. Grayscale: #A7A7A7. Windows color (decimal): -1343794 or 13532907. OLE color: 13532907.

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

Color convert

RGB 235 126 206 -
CMYK 0 0.46 0.12 0.08
HSL 315.96º 0.73% 0.71% -
HSV(B) 315.96º 0.46% 0.92% -
XYZ 52.86 37.04 62.76 -
YUV 167.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 235 126 206 0 0.46 0.12 0.08 315.96 0.73 0.71
Hex EB 7E CE 0 2E C 8 13C 49 47
Octal 353 176 316 0 56 14 10 474 111 107
Binary 11101011 1111110 11001110 0 101110 1100 1000 100111100 1001001 1000111

Color Harmonies of #EB7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7ECE

Black with #EB7ECE

Text Example


Text Example

White with #EB7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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