Html Css Color HEX #EF27DF Razzle Dazzle Rose

📋 copy color: '#EF27DF'

red 239 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EF27DF

Tints of Razzle Dazzle Rose #EF27DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.78%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 47.7%
G = 7.78%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF27DF (or 0xEF27DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and DF. RGB value is (239,39,223). Sum of RGB (Red+Green+Blue) = 239+39+223=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27DF is #10D820. Grayscale: #777777. Windows color (decimal): -1103905 or 14624751. OLE color: 14624751.

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

Color convert

RGB 239 39 223 -
CMYK 0 0.84 0.07 0.06
HSL 304.8º 0.86% 0.55% -
HSV(B) 304.8º 0.84% 0.94% -
XYZ 49.64 25.13 72.05 -
YUV 119.78 186.26 213.04 -
System Red Green Blue C M Y K H S L
Decimal 239 39 223 0 0.84 0.07 0.06 304.8 0.86 0.55
Hex EF 27 DF 0 54 7 6 131 56 37
Octal 357 47 337 0 124 7 6 461 126 67
Binary 11101111 100111 11011111 0 1010100 111 110 100110001 1010110 110111

Color Harmonies of #EF27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27DF

Black with #EF27DF

Text Example


Text Example

White with #EF27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27DF; }

 p { color: rgb(239,39,223); }

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

background-color css

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

 a { background-color: rgb(239,39,223); }

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

border-color css

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

 span { border-color: rgb(239,39,223); }

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