Html Css Color HEX #EF65B0 Hot Pink

📋 copy color: '#EF65B0'

red 239 ◦ green 101 ◦ blue 176

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

Shades of Hot Pink #EF65B0

Tints of Hot Pink #EF65B0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.57%

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 46.32%
G = 19.57%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF65B0 (or 0xEF65B0) is known color: Hot Pink. HEX triplet: EF, 65 and B0. RGB value is (239,101,176). Sum of RGB (Red+Green+Blue) = 239+101+176=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65B0 is #109A4F. Grayscale: #969696. Windows color (decimal): -1088080 or 11560431. OLE color: 11560431.

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

Color convert

RGB 239 101 176 -
CMYK 0 0.58 0.26 0.06
HSL 327.39º 0.81% 0.67% -
HSV(B) 327.39º 0.58% 0.94% -
XYZ 48.09 30.79 44.48 -
YUV 150.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 239 101 176 0 0.58 0.26 0.06 327.39 0.81 0.67
Hex EF 65 B0 0 3A 1A 6 147 51 43
Octal 357 145 260 0 72 32 6 507 121 103
Binary 11101111 1100101 10110000 0 111010 11010 110 101000111 1010001 1000011

Color Harmonies of #EF65B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65B0

Black with #EF65B0

Text Example


Text Example

White with #EF65B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65B0; }

 p { color: rgb(239,101,176); }

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

background-color css

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

 a { background-color: rgb(239,101,176); }

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

border-color css

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

 span { border-color: rgb(239,101,176); }

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