Html Css Color HEX #EF27DD Razzle Dazzle Rose

📋 copy color: '#EF27DD'

red 239 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF27DD

Tints of Razzle Dazzle Rose #EF27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 47.9%
G = 7.82%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF27DD (or 0xEF27DD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and DD. RGB value is (239,39,221). Sum of RGB (Red+Green+Blue) = 239+39+221=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27DD is #10D822. Grayscale: #777777. Windows color (decimal): -1103907 or 14493679. OLE color: 14493679.

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

Color convert

RGB 239 39 221 -
CMYK 0 0.84 0.08 0.06
HSL 305.4º 0.86% 0.55% -
HSV(B) 305.4º 0.84% 0.94% -
XYZ 49.37 25.02 70.63 -
YUV 119.55 185.26 213.2 -
System Red Green Blue C M Y K H S L
Decimal 239 39 221 0 0.84 0.08 0.06 305.4 0.86 0.55
Hex EF 27 DD 0 54 8 6 131 56 37
Octal 357 47 335 0 124 10 6 461 126 67
Binary 11101111 100111 11011101 0 1010100 1000 110 100110001 1010110 110111

Color Harmonies of #EF27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27DD

Black with #EF27DD

Text Example


Text Example

White with #EF27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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