Html Css Color HEX #EF27C9 Razzle Dazzle Rose

📋 copy color: '#EF27C9'

red 239 ◦ green 39 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EF27C9

Tints of Razzle Dazzle Rose #EF27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 49.9%
G = 8.14%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF27C9 (or 0xEF27C9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and C9. RGB value is (239,39,201). Sum of RGB (Red+Green+Blue) = 239+39+201=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27C9 is #10D836. Grayscale: #747474. Windows color (decimal): -1103927 or 13182959. OLE color: 13182959.

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

Color convert

RGB 239 39 201 -
CMYK 0 0.84 0.16 0.06
HSL 311.4º 0.86% 0.55% -
HSV(B) 311.4º 0.84% 0.94% -
XYZ 46.86 24.02 57.42 -
YUV 117.27 175.26 214.83 -
System Red Green Blue C M Y K H S L
Decimal 239 39 201 0 0.84 0.16 0.06 311.4 0.86 0.55
Hex EF 27 C9 0 54 10 6 137 56 37
Octal 357 47 311 0 124 20 6 467 126 67
Binary 11101111 100111 11001001 0 1010100 10000 110 100110111 1010110 110111

Color Harmonies of #EF27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27C9

Black with #EF27C9

Text Example


Text Example

White with #EF27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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