Html Css Color HEX #ED80C2 Tea Rose

📋 copy color: '#ED80C2'

red 237 ◦ green 128 ◦ blue 194

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

Shades of Tea Rose #ED80C2

Tints of Tea Rose #ED80C2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.9%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 42.4%
G = 22.9%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED80C2 (or 0xED80C2) is known color: Tea Rose. HEX triplet: ED, 80 and C2. RGB value is (237,128,194). Sum of RGB (Red+Green+Blue) = 237+128+194=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C2 is #127F3D. Grayscale: #A7A7A7. Windows color (decimal): -1212222 or 12746989. OLE color: 12746989.

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

Color convert

RGB 237 128 194 -
CMYK 0 0.46 0.18 0.07
HSL 323.67º 0.75% 0.72% -
HSV(B) 323.67º 0.46% 0.93% -
XYZ 52.38 37.34 55.49 -
YUV 168.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 237 128 194 0 0.46 0.18 0.07 323.67 0.75 0.72
Hex ED 80 C2 0 2E 12 7 144 4B 48
Octal 355 200 302 0 56 22 7 504 113 110
Binary 11101101 10000000 11000010 0 101110 10010 111 101000100 1001011 1001000

Color Harmonies of #ED80C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80C2

Black with #ED80C2

Text Example


Text Example

White with #ED80C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80C2; }

 p { color: rgb(237,128,194); }

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

background-color css

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

 a { background-color: rgb(237,128,194); }

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

border-color css

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

 span { border-color: rgb(237,128,194); }

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