Html Css Color HEX #ED82CE Tea Rose

📋 copy color: '#ED82CE'

red 237 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #ED82CE

Tints of Tea Rose #ED82CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 41.36%
G = 22.69%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED82CE (or 0xED82CE) is known color: Tea Rose. HEX triplet: ED, 82 and CE. RGB value is (237,130,206). Sum of RGB (Red+Green+Blue) = 237+130+206=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82CE is #127D31. Grayscale: #AAAAAA. Windows color (decimal): -1211698 or 13533933. OLE color: 13533933.

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

Color convert

RGB 237 130 206 -
CMYK 0 0.45 0.13 0.07
HSL 317.38º 0.75% 0.72% -
HSV(B) 317.38º 0.45% 0.93% -
XYZ 54.05 38.43 62.96 -
YUV 170.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 237 130 206 0 0.45 0.13 0.07 317.38 0.75 0.72
Hex ED 82 CE 0 2D D 7 13D 4B 48
Octal 355 202 316 0 55 15 7 475 113 110
Binary 11101101 10000010 11001110 0 101101 1101 111 100111101 1001011 1001000

Color Harmonies of #ED82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82CE

Black with #ED82CE

Text Example


Text Example

White with #ED82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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