Html Css Color HEX #ED83CB Tea Rose

📋 copy color: '#ED83CB'

red 237 ◦ green 131 ◦ blue 203

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

Shades of Tea Rose #ED83CB

Tints of Tea Rose #ED83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 41.51%
G = 22.94%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED83CB (or 0xED83CB) is known color: Tea Rose. HEX triplet: ED, 83 and CB. RGB value is (237,131,203). Sum of RGB (Red+Green+Blue) = 237+131+203=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83CB is #127C34. Grayscale: #AAAAAA. Windows color (decimal): -1211445 or 13337581. OLE color: 13337581.

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

Color convert

RGB 237 131 203 -
CMYK 0 0.45 0.14 0.07
HSL 319.25º 0.75% 0.72% -
HSV(B) 319.25º 0.45% 0.93% -
XYZ 53.82 38.55 61.1 -
YUV 170.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 237 131 203 0 0.45 0.14 0.07 319.25 0.75 0.72
Hex ED 83 CB 0 2D E 7 13F 4B 48
Octal 355 203 313 0 55 16 7 477 113 110
Binary 11101101 10000011 11001011 0 101101 1110 111 100111111 1001011 1001000

Color Harmonies of #ED83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83CB

Black with #ED83CB

Text Example


Text Example

White with #ED83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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