Html Css Color HEX #EF27C0 Razzle Dazzle Rose

📋 copy color: '#EF27C0'

red 239 ◦ green 39 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EF27C0

Tints of Razzle Dazzle Rose #EF27C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 50.85%
G = 8.3%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF27C0 (or 0xEF27C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and C0. RGB value is (239,39,192). Sum of RGB (Red+Green+Blue) = 239+39+192=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27C0 is #10D83F. Grayscale: #737373. Windows color (decimal): -1103936 or 12593135. OLE color: 12593135.

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

Color convert

RGB 239 39 192 -
CMYK 0 0.84 0.20 0.06
HSL 314.1º 0.86% 0.55% -
HSV(B) 314.1º 0.84% 0.94% -
XYZ 45.84 23.61 52.01 -
YUV 116.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 239 39 192 0 0.84 0.20 0.06 314.1 0.86 0.55
Hex EF 27 C0 0 54 14 6 13A 56 37
Octal 357 47 300 0 124 24 6 472 126 67
Binary 11101111 100111 11000000 0 1010100 10100 110 100111010 1010110 110111

Color Harmonies of #EF27C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27C0

Black with #EF27C0

Text Example


Text Example

White with #EF27C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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