Html Css Color HEX #ED83CE Tea Rose

📋 copy color: '#ED83CE'

red 237 ◦ green 131 ◦ blue 206

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

Shades of Tea Rose #ED83CE

Tints of Tea Rose #ED83CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.82%

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

R = 41.29%
G = 22.82%
B = 35.89%

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

#ED83CE (or 0xED83CE) is known color: Tea Rose. HEX triplet: ED, 83 and CE. RGB value is (237,131,206). Sum of RGB (Red+Green+Blue) = 237+131+206=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83CE is #127C31. Grayscale: #ABABAB. Windows color (decimal): -1211442 or 13534189. OLE color: 13534189.

HSL color Cylindrical-coordinate representation of color #ED83CE: hue angle of 317.55º 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 #ED83CE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 206 -
CMYK 0 0.45 0.13 0.07
HSL 317.55º 0.75% 0.72% -
HSV(B) 317.55º 0.45% 0.93% -
XYZ 54.18 38.69 63.01 -
YUV 171.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 237 131 206 0 0.45 0.13 0.07 317.55 0.75 0.72
Hex ED 83 CE 0 2D D 7 13E 4B 48
Octal 355 203 316 0 55 15 7 476 113 110
Binary 11101101 10000011 11001110 0 101101 1101 111 100111110 1001011 1001000

Color Harmonies of #ED83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83CE

Black with #ED83CE

Text Example


Text Example

White with #ED83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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