Html Css Color HEX #EF67B4 Hot Pink

📋 copy color: '#EF67B4'

red 239 ◦ green 103 ◦ blue 180

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

Shades of Hot Pink #EF67B4

Tints of Hot Pink #EF67B4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.73%

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 45.79%
G = 19.73%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF67B4 (or 0xEF67B4) is known color: Hot Pink. HEX triplet: EF, 67 and B4. RGB value is (239,103,180). Sum of RGB (Red+Green+Blue) = 239+103+180=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67B4 is #10984B. Grayscale: #989898. Windows color (decimal): -1087564 or 11823087. OLE color: 11823087.

HSL color Cylindrical-coordinate representation of color #EF67B4: hue angle of 326.03º 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 #EF67B4 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 103 180 -
CMYK 0 0.57 0.25 0.06
HSL 326.03º 0.81% 0.67% -
HSV(B) 326.03º 0.57% 0.94% -
XYZ 48.69 31.35 46.66 -
YUV 152.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 239 103 180 0 0.57 0.25 0.06 326.03 0.81 0.67
Hex EF 67 B4 0 39 19 6 146 51 43
Octal 357 147 264 0 71 31 6 506 121 103
Binary 11101111 1100111 10110100 0 111001 11001 110 101000110 1010001 1000011

Color Harmonies of #EF67B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67B4

Black with #EF67B4

Text Example


Text Example

White with #EF67B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67B4; }

 p { color: rgb(239,103,180); }

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

background-color css

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

 a { background-color: rgb(239,103,180); }

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

border-color css

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

 span { border-color: rgb(239,103,180); }

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