Html Css Color HEX #ED658C Deep Blush

📋 copy color: '#ED658C'

red 237 ◦ green 101 ◦ blue 140

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

Shades of Deep Blush #ED658C

Tints of Deep Blush #ED658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 49.58%
G = 21.13%
B = 29.29%

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

#ED658C (or 0xED658C) is known color: Deep Blush. HEX triplet: ED, 65 and 8C. RGB value is (237,101,140). Sum of RGB (Red+Green+Blue) = 237+101+140=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED658C is #129A73. Grayscale: #929292. Windows color (decimal): -1219188 or 9201133. OLE color: 9201133.

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

Color convert

RGB 237 101 140 -
CMYK 0 0.57 0.41 0.07
HSL 342.79º 0.79% 0.66% -
HSV(B) 342.79º 0.57% 0.93% -
XYZ 44.31 29.21 28.11 -
YUV 146.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 237 101 140 0 0.57 0.41 0.07 342.79 0.79 0.66
Hex ED 65 8C 0 39 29 7 157 4F 42
Octal 355 145 214 0 71 51 7 527 117 102
Binary 11101101 1100101 10001100 0 111001 101001 111 101010111 1001111 1000010

Color Harmonies of #ED658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED658C

Black with #ED658C

Text Example


Text Example

White with #ED658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED658C; }

 p { color: rgb(237,101,140); }

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

background-color css

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

 a { background-color: rgb(237,101,140); }

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

border-color css

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

 span { border-color: rgb(237,101,140); }

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