Html Css Color HEX #ED648A Deep Blush

📋 copy color: '#ED648A'

red 237 ◦ green 100 ◦ blue 138

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

Shades of Deep Blush #ED648A

Tints of Deep Blush #ED648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 49.89%
G = 21.05%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED648A (or 0xED648A) is known color: Deep Blush. HEX triplet: ED, 64 and 8A. RGB value is (237,100,138). Sum of RGB (Red+Green+Blue) = 237+100+138=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED648A is #129B75. Grayscale: #919191. Windows color (decimal): -1219446 or 9069805. OLE color: 9069805.

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

Color convert

RGB 237 100 138 -
CMYK 0 0.58 0.42 0.07
HSL 343.36º 0.79% 0.66% -
HSV(B) 343.36º 0.58% 0.93% -
XYZ 44.07 28.95 27.31 -
YUV 145.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 237 100 138 0 0.58 0.42 0.07 343.36 0.79 0.66
Hex ED 64 8A 0 3A 2A 7 157 4F 42
Octal 355 144 212 0 72 52 7 527 117 102
Binary 11101101 1100100 10001010 0 111010 101010 111 101010111 1001111 1000010

Color Harmonies of #ED648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED648A

Black with #ED648A

Text Example


Text Example

White with #ED648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED648A; }

 p { color: rgb(237,100,138); }

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

background-color css

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

 a { background-color: rgb(237,100,138); }

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

border-color css

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

 span { border-color: rgb(237,100,138); }

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