Html Css Color HEX #EF68B2 Hot Pink

📋 copy color: '#EF68B2'

red 239 ◦ green 104 ◦ blue 178

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

Shades of Hot Pink #EF68B2

Tints of Hot Pink #EF68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 45.87%
G = 19.96%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF68B2 (or 0xEF68B2) is known color: Hot Pink. HEX triplet: EF, 68 and B2. RGB value is (239,104,178). Sum of RGB (Red+Green+Blue) = 239+104+178=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68B2 is #10974D. Grayscale: #989898. Windows color (decimal): -1087310 or 11692271. OLE color: 11692271.

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

Color convert

RGB 239 104 178 -
CMYK 0 0.56 0.26 0.06
HSL 327.11º 0.81% 0.67% -
HSV(B) 327.11º 0.56% 0.94% -
XYZ 48.58 31.47 45.63 -
YUV 152.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 239 104 178 0 0.56 0.26 0.06 327.11 0.81 0.67
Hex EF 68 B2 0 38 1A 6 147 51 43
Octal 357 150 262 0 70 32 6 507 121 103
Binary 11101111 1101000 10110010 0 111000 11010 110 101000111 1010001 1000011

Color Harmonies of #EF68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68B2

Black with #EF68B2

Text Example


Text Example

White with #EF68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68B2; }

 p { color: rgb(239,104,178); }

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

background-color css

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

 a { background-color: rgb(239,104,178); }

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

border-color css

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

 span { border-color: rgb(239,104,178); }

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