Html Css Color HEX #ED6881 Deep Blush

📋 copy color: '#ED6881'

red 237 ◦ green 104 ◦ blue 129

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

Shades of Deep Blush #ED6881

Tints of Deep Blush #ED6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 50.43%
G = 22.13%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED6881 (or 0xED6881) is known color: Deep Blush. HEX triplet: ED, 68 and 81. RGB value is (237,104,129). Sum of RGB (Red+Green+Blue) = 237+104+129=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6881 is #12977E. Grayscale: #929292. Windows color (decimal): -1218431 or 8481005. OLE color: 8481005.

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

Color convert

RGB 237 104 129 -
CMYK 0 0.56 0.46 0.07
HSL 348.72º 0.79% 0.67% -
HSV(B) 348.72º 0.56% 0.93% -
XYZ 43.84 29.49 24.15 -
YUV 146.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 237 104 129 0 0.56 0.46 0.07 348.72 0.79 0.67
Hex ED 68 81 0 38 2E 7 15D 4F 43
Octal 355 150 201 0 70 56 7 535 117 103
Binary 11101101 1101000 10000001 0 111000 101110 111 101011101 1001111 1000011

Color Harmonies of #ED6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6881

Black with #ED6881

Text Example


Text Example

White with #ED6881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6881; }

 p { color: rgb(237,104,129); }

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

background-color css

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

 a { background-color: rgb(237,104,129); }

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

border-color css

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

 span { border-color: rgb(237,104,129); }

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