Html Css Color HEX #EF28CC Razzle Dazzle Rose

📋 copy color: '#EF28CC'

red 239 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EF28CC

Tints of Razzle Dazzle Rose #EF28CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.28%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 49.48%
G = 8.28%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF28CC (or 0xEF28CC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and CC. RGB value is (239,40,204). Sum of RGB (Red+Green+Blue) = 239+40+204=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28CC is #10D733. Grayscale: #757575. Windows color (decimal): -1103668 or 13379823. OLE color: 13379823.

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

Color convert

RGB 239 40 204 -
CMYK 0 0.83 0.15 0.06
HSL 310.55º 0.86% 0.55% -
HSV(B) 310.55º 0.83% 0.94% -
XYZ 47.25 24.23 59.31 -
YUV 118.2 176.43 214.16 -
System Red Green Blue C M Y K H S L
Decimal 239 40 204 0 0.83 0.15 0.06 310.55 0.86 0.55
Hex EF 28 CC 0 53 F 6 137 56 37
Octal 357 50 314 0 123 17 6 467 126 67
Binary 11101111 101000 11001100 0 1010011 1111 110 100110111 1010110 110111

Color Harmonies of #EF28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28CC

Black with #EF28CC

Text Example


Text Example

White with #EF28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28CC; }

 p { color: rgb(239,40,204); }

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

background-color css

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

 a { background-color: rgb(239,40,204); }

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

border-color css

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

 span { border-color: rgb(239,40,204); }

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