Html Css Color HEX #EF6A8A Deep Blush

📋 copy color: '#EF6A8A'

red 239 ◦ green 106 ◦ blue 138

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

Shades of Deep Blush #EF6A8A

Tints of Deep Blush #EF6A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

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

R = 49.48%
G = 21.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF6A8A (or 0xEF6A8A) is known color: Deep Blush. HEX triplet: EF, 6A and 8A. RGB value is (239,106,138). Sum of RGB (Red+Green+Blue) = 239+106+138=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A8A is #109575. Grayscale: #959595. Windows color (decimal): -1086838 or 9071343. OLE color: 9071343.

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

Color convert

RGB 239 106 138 -
CMYK 0 0.56 0.42 0.06
HSL 345.56º 0.81% 0.68% -
HSV(B) 345.56º 0.56% 0.94% -
XYZ 45.34 30.49 27.54 -
YUV 149.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 239 106 138 0 0.56 0.42 0.06 345.56 0.81 0.68
Hex EF 6A 8A 0 38 2A 6 15A 51 44
Octal 357 152 212 0 70 52 6 532 121 104
Binary 11101111 1101010 10001010 0 111000 101010 110 101011010 1010001 1000100

Color Harmonies of #EF6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A8A

Black with #EF6A8A

Text Example


Text Example

White with #EF6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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