Html Css Color HEX #ED8DCA Tea Rose

📋 copy color: '#ED8DCA'

red 237 ◦ green 141 ◦ blue 202

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

Shades of Tea Rose #ED8DCA

Tints of Tea Rose #ED8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 40.86%
G = 24.31%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED8DCA (or 0xED8DCA) is known color: Tea Rose. HEX triplet: ED, 8D and CA. RGB value is (237,141,202). Sum of RGB (Red+Green+Blue) = 237+141+202=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DCA is #127235. Grayscale: #B0B0B0. Windows color (decimal): -1208886 or 13274605. OLE color: 13274605.

HSL color Cylindrical-coordinate representation of color #ED8DCA: hue angle of 321.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 202 -
CMYK 0 0.41 0.15 0.07
HSL 321.88º 0.73% 0.74% -
HSV(B) 321.88º 0.41% 0.93% -
XYZ 55.11 41.32 60.95 -
YUV 176.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 237 141 202 0 0.41 0.15 0.07 321.88 0.73 0.74
Hex ED 8D CA 0 29 F 7 142 49 4A
Octal 355 215 312 0 51 17 7 502 111 112
Binary 11101101 10001101 11001010 0 101001 1111 111 101000010 1001001 1001010

Color Harmonies of #ED8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DCA

Black with #ED8DCA

Text Example


Text Example

White with #ED8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DCA; }

 p { color: rgb(237,141,202); }

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

background-color css

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

 a { background-color: rgb(237,141,202); }

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

border-color css

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

 span { border-color: rgb(237,141,202); }

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