Html Css Color HEX #EF27CE Razzle Dazzle Rose

📋 copy color: '#EF27CE'

red 239 ◦ green 39 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF27CE

Tints of Razzle Dazzle Rose #EF27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 49.38%
G = 8.06%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF27CE (or 0xEF27CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and CE. RGB value is (239,39,206). Sum of RGB (Red+Green+Blue) = 239+39+206=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27CE is #10D831. Grayscale: #757575. Windows color (decimal): -1103922 or 13510639. OLE color: 13510639.

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

Color convert

RGB 239 39 206 -
CMYK 0 0.84 0.14 0.06
HSL 309.9º 0.86% 0.55% -
HSV(B) 309.9º 0.84% 0.94% -
XYZ 47.46 24.26 60.57 -
YUV 117.84 177.76 214.42 -
System Red Green Blue C M Y K H S L
Decimal 239 39 206 0 0.84 0.14 0.06 309.9 0.86 0.55
Hex EF 27 CE 0 54 E 6 136 56 37
Octal 357 47 316 0 124 16 6 466 126 67
Binary 11101111 100111 11001110 0 1010100 1110 110 100110110 1010110 110111

Color Harmonies of #EF27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27CE

Black with #EF27CE

Text Example


Text Example

White with #EF27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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