Html Css Color HEX #EB7DCD Tea Rose

📋 copy color: '#EB7DCD'

red 235 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #EB7DCD

Tints of Tea Rose #EB7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 41.59%
G = 22.12%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB7DCD (or 0xEB7DCD) is known color: Tea Rose. HEX triplet: EB, 7D and CD. RGB value is (235,125,205). Sum of RGB (Red+Green+Blue) = 235+125+205=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DCD is #148232. Grayscale: #A6A6A6. Windows color (decimal): -1344051 or 13467115. OLE color: 13467115.

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

Color convert

RGB 235 125 205 -
CMYK 0 0.47 0.13 0.08
HSL 316.36º 0.73% 0.71% -
HSV(B) 316.36º 0.47% 0.92% -
XYZ 52.61 36.74 62.08 -
YUV 167.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 235 125 205 0 0.47 0.13 0.08 316.36 0.73 0.71
Hex EB 7D CD 0 2F D 8 13C 49 47
Octal 353 175 315 0 57 15 10 474 111 107
Binary 11101011 1111101 11001101 0 101111 1101 1000 100111100 1001001 1000111

Color Harmonies of #EB7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7DCD

Black with #EB7DCD

Text Example


Text Example

White with #EB7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7DCD; }

 p { color: rgb(235,125,205); }

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

background-color css

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

 a { background-color: rgb(235,125,205); }

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

border-color css

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

 span { border-color: rgb(235,125,205); }

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