Html Css Color HEX #EF648A Deep Blush

📋 copy color: '#EF648A'

red 239 ◦ green 100 ◦ blue 138

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

Shades of Deep Blush #EF648A

Tints of Deep Blush #EF648A

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

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

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

R = 50.1%
G = 20.96%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF648A (or 0xEF648A) is known color: Deep Blush. HEX triplet: EF, 64 and 8A. RGB value is (239,100,138). Sum of RGB (Red+Green+Blue) = 239+100+138=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF648A is #109B75. Grayscale: #919191. Windows color (decimal): -1088374 or 9069807. OLE color: 9069807.

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

Color convert

RGB 239 100 138 -
CMYK 0 0.58 0.42 0.06
HSL 343.6º 0.81% 0.66% -
HSV(B) 343.6º 0.58% 0.94% -
XYZ 44.74 29.3 27.34 -
YUV 145.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 239 100 138 0 0.58 0.42 0.06 343.6 0.81 0.66
Hex EF 64 8A 0 3A 2A 6 158 51 42
Octal 357 144 212 0 72 52 6 530 121 102
Binary 11101111 1100100 10001010 0 111010 101010 110 101011000 1010001 1000010

Color Harmonies of #EF648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF648A

Black with #EF648A

Text Example


Text Example

White with #EF648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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