Html Css Color HEX #EF29CF Razzle Dazzle Rose

📋 copy color: '#EF29CF'

red 239 ◦ green 41 ◦ blue 207

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

Shades of Razzle Dazzle Rose #EF29CF

Tints of Razzle Dazzle Rose #EF29CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 49.08%
G = 8.42%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF29CF (or 0xEF29CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and CF. RGB value is (239,41,207). Sum of RGB (Red+Green+Blue) = 239+41+207=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29CF is #10D630. Grayscale: #767676. Windows color (decimal): -1103409 or 13576687. OLE color: 13576687.

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

Color convert

RGB 239 41 207 -
CMYK 0 0.83 0.13 0.06
HSL 309.7º 0.86% 0.55% -
HSV(B) 309.7º 0.83% 0.94% -
XYZ 47.65 24.44 61.24 -
YUV 119.13 177.6 213.5 -
System Red Green Blue C M Y K H S L
Decimal 239 41 207 0 0.83 0.13 0.06 309.7 0.86 0.55
Hex EF 29 CF 0 53 D 6 136 56 37
Octal 357 51 317 0 123 15 6 466 126 67
Binary 11101111 101001 11001111 0 1010011 1101 110 100110110 1010110 110111

Color Harmonies of #EF29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29CF

Black with #EF29CF

Text Example


Text Example

White with #EF29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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