Html Css Color HEX #ED6683 Deep Blush

📋 copy color: '#ED6683'

red 237 ◦ green 102 ◦ blue 131

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

Shades of Deep Blush #ED6683

Tints of Deep Blush #ED6683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 50.43%
G = 21.7%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED6683 (or 0xED6683) is known color: Deep Blush. HEX triplet: ED, 66 and 83. RGB value is (237,102,131). Sum of RGB (Red+Green+Blue) = 237+102+131=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6683 is #12997C. Grayscale: #919191. Windows color (decimal): -1218941 or 8611565. OLE color: 8611565.

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

Color convert

RGB 237 102 131 -
CMYK 0 0.57 0.45 0.07
HSL 347.11º 0.79% 0.66% -
HSV(B) 347.11º 0.57% 0.93% -
XYZ 43.77 29.15 24.79 -
YUV 145.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 237 102 131 0 0.57 0.45 0.07 347.11 0.79 0.66
Hex ED 66 83 0 39 2D 7 15B 4F 42
Octal 355 146 203 0 71 55 7 533 117 102
Binary 11101101 1100110 10000011 0 111001 101101 111 101011011 1001111 1000010

Color Harmonies of #ED6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6683

Black with #ED6683

Text Example


Text Example

White with #ED6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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