Html Css Color HEX #ED668D Deep Blush

📋 copy color: '#ED668D'

red 237 ◦ green 102 ◦ blue 141

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

Shades of Deep Blush #ED668D

Tints of Deep Blush #ED668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 49.38%
G = 21.25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED668D (or 0xED668D) is known color: Deep Blush. HEX triplet: ED, 66 and 8D. RGB value is (237,102,141). Sum of RGB (Red+Green+Blue) = 237+102+141=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668D is #129972. Grayscale: #929292. Windows color (decimal): -1218931 or 9266925. OLE color: 9266925.

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

Color convert

RGB 237 102 141 -
CMYK 0 0.57 0.41 0.07
HSL 342.67º 0.79% 0.66% -
HSV(B) 342.67º 0.57% 0.93% -
XYZ 44.48 29.43 28.54 -
YUV 146.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 237 102 141 0 0.57 0.41 0.07 342.67 0.79 0.66
Hex ED 66 8D 0 39 29 7 157 4F 42
Octal 355 146 215 0 71 51 7 527 117 102
Binary 11101101 1100110 10001101 0 111001 101001 111 101010111 1001111 1000010

Color Harmonies of #ED668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED668D

Black with #ED668D

Text Example


Text Example

White with #ED668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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