Html Css Color HEX #EB7FCD Tea Rose

📋 copy color: '#EB7FCD'

red 235 ◦ green 127 ◦ blue 205

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

Shades of Tea Rose #EB7FCD

Tints of Tea Rose #EB7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

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

R = 41.45%
G = 22.4%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB7FCD (or 0xEB7FCD) is known color: Tea Rose. HEX triplet: EB, 7F and CD. RGB value is (235,127,205). Sum of RGB (Red+Green+Blue) = 235+127+205=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FCD is #148032. Grayscale: #A7A7A7. Windows color (decimal): -1343539 or 13467627. OLE color: 13467627.

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

Color convert

RGB 235 127 205 -
CMYK 0 0.46 0.13 0.08
HSL 316.67º 0.73% 0.71% -
HSV(B) 316.67º 0.46% 0.92% -
XYZ 52.87 37.25 62.16 -
YUV 168.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 235 127 205 0 0.46 0.13 0.08 316.67 0.73 0.71
Hex EB 7F CD 0 2E D 8 13D 49 47
Octal 353 177 315 0 56 15 10 475 111 107
Binary 11101011 1111111 11001101 0 101110 1101 1000 100111101 1001001 1000111

Color Harmonies of #EB7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7FCD

Black with #EB7FCD

Text Example


Text Example

White with #EB7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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