Html Css Color HEX #EF29CE Razzle Dazzle Rose

📋 copy color: '#EF29CE'

red 239 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF29CE

Tints of Razzle Dazzle Rose #EF29CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.44%

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

R = 49.18%
G = 8.44%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF29CE (or 0xEF29CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and CE. RGB value is (239,41,206). Sum of RGB (Red+Green+Blue) = 239+41+206=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29CE is #10D631. Grayscale: #767676. Windows color (decimal): -1103410 or 13511151. OLE color: 13511151.

HSL color Cylindrical-coordinate representation of color #EF29CE: hue angle of 310º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF29CE is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 206 -
CMYK 0 0.83 0.14 0.06
HSL 310º 0.86% 0.55% -
HSV(B) 310º 0.83% 0.94% -
XYZ 47.53 24.39 60.6 -
YUV 119.01 177.1 213.58 -
System Red Green Blue C M Y K H S L
Decimal 239 41 206 0 0.83 0.14 0.06 310 0.86 0.55
Hex EF 29 CE 0 53 E 6 136 56 37
Octal 357 51 316 0 123 16 6 466 126 67
Binary 11101111 101001 11001110 0 1010011 1110 110 100110110 1010110 110111

Color Harmonies of #EF29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29CE

Black with #EF29CE

Text Example


Text Example

White with #EF29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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