Html Css Color HEX #ED7CCE Tea Rose

📋 copy color: '#ED7CCE'

red 237 ◦ green 124 ◦ blue 206

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

Shades of Tea Rose #ED7CCE

Tints of Tea Rose #ED7CCE

RGB

 RED value IS 237 (92.97% from 255) = 41.8%

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

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

R = 41.8%
G = 21.87%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED7CCE (or 0xED7CCE) is known color: Tea Rose. HEX triplet: ED, 7C and CE. RGB value is (237,124,206). Sum of RGB (Red+Green+Blue) = 237+124+206=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CCE is #128331. Grayscale: #A6A6A6. Windows color (decimal): -1213234 or 13532397. OLE color: 13532397.

HSL color Cylindrical-coordinate representation of color #ED7CCE: hue angle of 316.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CCE is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 206 -
CMYK 0 0.48 0.13 0.07
HSL 316.46º 0.76% 0.71% -
HSV(B) 316.46º 0.48% 0.93% -
XYZ 53.27 36.88 62.7 -
YUV 167.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 237 124 206 0 0.48 0.13 0.07 316.46 0.76 0.71
Hex ED 7C CE 0 30 D 7 13C 4C 47
Octal 355 174 316 0 60 15 7 474 114 107
Binary 11101101 1111100 11001110 0 110000 1101 111 100111100 1001100 1000111

Color Harmonies of #ED7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CCE

Black with #ED7CCE

Text Example


Text Example

White with #ED7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CCE; }

 p { color: rgb(237,124,206); }

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

background-color css

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

 a { background-color: rgb(237,124,206); }

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

border-color css

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

 span { border-color: rgb(237,124,206); }

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