Html Css Color HEX #EF26B0 Spicy Pink

📋 copy color: '#EF26B0'

red 239 ◦ green 38 ◦ blue 176

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

Shades of Spicy Pink #EF26B0

Tints of Spicy Pink #EF26B0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.39%

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

R = 52.76%
G = 8.39%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF26B0 (or 0xEF26B0) is known color: Spicy Pink. HEX triplet: EF, 26 and B0. RGB value is (239,38,176). Sum of RGB (Red+Green+Blue) = 239+38+176=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF26B0 is #10D94F. Grayscale: #717171. Windows color (decimal): -1104208 or 11544303. OLE color: 11544303.

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

Color convert

RGB 239 38 176 -
CMYK 0 0.84 0.26 0.06
HSL 318.81º 0.86% 0.54% -
HSV(B) 318.81º 0.84% 0.94% -
XYZ 44.13 22.87 43.16 -
YUV 113.83 163.09 217.28 -
System Red Green Blue C M Y K H S L
Decimal 239 38 176 0 0.84 0.26 0.06 318.81 0.86 0.54
Hex EF 26 B0 0 54 1A 6 13F 56 36
Octal 357 46 260 0 124 32 6 477 126 66
Binary 11101111 100110 10110000 0 1010100 11010 110 100111111 1010110 110110

Color Harmonies of #EF26B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF26B0

Black with #EF26B0

Text Example


Text Example

White with #EF26B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF26B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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