Html Css Color HEX #EF6093 Deep Blush

📋 copy color: '#EF6093'

red 239 ◦ green 96 ◦ blue 147

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

Shades of Deep Blush #EF6093

Tints of Deep Blush #EF6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 49.59%
G = 19.92%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF6093 (or 0xEF6093) is known color: Deep Blush. HEX triplet: EF, 60 and 93. RGB value is (239,96,147). Sum of RGB (Red+Green+Blue) = 239+96+147=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6093 is #109F6C. Grayscale: #909090. Windows color (decimal): -1089389 or 9658607. OLE color: 9658607.

HSL color Cylindrical-coordinate representation of color #EF6093: hue angle of 338.6º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6093 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 147 -
CMYK 0 0.60 0.38 0.06
HSL 338.6º 0.82% 0.66% -
HSV(B) 338.6º 0.6% 0.94% -
XYZ 45.05 28.82 30.79 -
YUV 144.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 239 96 147 0 0.60 0.38 0.06 338.6 0.82 0.66
Hex EF 60 93 0 3C 26 6 153 52 42
Octal 357 140 223 0 74 46 6 523 122 102
Binary 11101111 1100000 10010011 0 111100 100110 110 101010011 1010010 1000010

Color Harmonies of #EF6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6093

Black with #EF6093

Text Example


Text Example

White with #EF6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6093; }

 p { color: rgb(239,96,147); }

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

background-color css

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

 a { background-color: rgb(239,96,147); }

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

border-color css

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

 span { border-color: rgb(239,96,147); }

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