Html Css Color HEX #EF27BD Razzle Dazzle Rose

📋 copy color: '#EF27BD'

red 239 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EF27BD

Tints of Razzle Dazzle Rose #EF27BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 51.18%
G = 8.35%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF27BD (or 0xEF27BD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and BD. RGB value is (239,39,189). Sum of RGB (Red+Green+Blue) = 239+39+189=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27BD is #10D842. Grayscale: #737373. Windows color (decimal): -1103939 or 12396527. OLE color: 12396527.

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

Color convert

RGB 239 39 189 -
CMYK 0 0.84 0.21 0.06
HSL 315º 0.86% 0.55% -
HSV(B) 315º 0.84% 0.94% -
XYZ 45.51 23.48 50.28 -
YUV 115.9 169.26 215.8 -
System Red Green Blue C M Y K H S L
Decimal 239 39 189 0 0.84 0.21 0.06 315 0.86 0.55
Hex EF 27 BD 0 54 15 6 13B 56 37
Octal 357 47 275 0 124 25 6 473 126 67
Binary 11101111 100111 10111101 0 1010100 10101 110 100111011 1010110 110111

Color Harmonies of #EF27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27BD

Black with #EF27BD

Text Example


Text Example

White with #EF27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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