Html Css Color HEX #EF6693 Deep Blush

📋 copy color: '#EF6693'

red 239 ◦ green 102 ◦ blue 147

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

Shades of Deep Blush #EF6693

Tints of Deep Blush #EF6693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.9%

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

R = 48.98%
G = 20.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF6693 (or 0xEF6693) is known color: Deep Blush. HEX triplet: EF, 66 and 93. RGB value is (239,102,147). Sum of RGB (Red+Green+Blue) = 239+102+147=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6693 is #10996C. Grayscale: #949494. Windows color (decimal): -1087853 or 9660143. OLE color: 9660143.

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

Color convert

RGB 239 102 147 -
CMYK 0 0.57 0.38 0.06
HSL 340.29º 0.81% 0.67% -
HSV(B) 340.29º 0.57% 0.94% -
XYZ 45.61 29.96 30.98 -
YUV 148.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 239 102 147 0 0.57 0.38 0.06 340.29 0.81 0.67
Hex EF 66 93 0 39 26 6 154 51 43
Octal 357 146 223 0 71 46 6 524 121 103
Binary 11101111 1100110 10010011 0 111001 100110 110 101010100 1010001 1000011

Color Harmonies of #EF6693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6693

Black with #EF6693

Text Example


Text Example

White with #EF6693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6693; }

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

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

background-color css

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

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

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

border-color css

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

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

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