Html Css Color HEX #EB7CCD Tea Rose

📋 copy color: '#EB7CCD'

red 235 ◦ green 124 ◦ blue 205

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

Shades of Tea Rose #EB7CCD

Tints of Tea Rose #EB7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 41.67%
G = 21.99%
B = 36.35%

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

#EB7CCD (or 0xEB7CCD) is known color: Tea Rose. HEX triplet: EB, 7C and CD. RGB value is (235,124,205). Sum of RGB (Red+Green+Blue) = 235+124+205=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CCD is #148332. Grayscale: #A6A6A6. Windows color (decimal): -1344307 or 13466859. OLE color: 13466859.

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

Color convert

RGB 235 124 205 -
CMYK 0 0.47 0.13 0.08
HSL 316.22º 0.74% 0.7% -
HSV(B) 316.22º 0.47% 0.92% -
XYZ 52.49 36.49 62.03 -
YUV 166.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 235 124 205 0 0.47 0.13 0.08 316.22 0.74 0.7
Hex EB 7C CD 0 2F D 8 13C 4A 46
Octal 353 174 315 0 57 15 10 474 112 106
Binary 11101011 1111100 11001101 0 101111 1101 1000 100111100 1001010 1000110

Color Harmonies of #EB7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CCD

Black with #EB7CCD

Text Example


Text Example

White with #EB7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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