#EF26C9

Color #EF26C9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF26C9

Tints of Razzle Dazzle Rose #EF26C9

Color information

#EF26C9 (or 0xEF26C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 26 and C9. RGB value is (239,38,201). Sum of RGB (Red+Green+Blue) = 239+38+201=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF26C9 is #10D936. Grayscale: #747474. Windows color (decimal): -1104183 or 13182703. OLE color: 13182703.

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

Color convert

RGB23938201-
CMYK00.840.160.06
HSL311.34º86.27%54.31%-
HSV(B)311.34º84.1%93.73%-
XYZ46.8323.9557.41-
YUV116.68175.59215.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 7.95%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=50%
G=7.95%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393820100.840.160.06311.3486.2754.31
HexEF26C90541061375636
Octal35746311012420646712666
Binary111011111001101100100101010100100001101001101111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF26C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF26C9; }

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

 H1.HeaderClassName
 {
   color: #EF26C9;
 }
 .AnyTagClassName
 {
   color: #EF26C9;
 }
</style>
background-color css

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

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

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

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

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

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