Html Css Color HEX #EF29ED Razzle Dazzle Rose

📋 copy color: '#EF29ED'

red 239 ◦ green 41 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EF29ED

Tints of Razzle Dazzle Rose #EF29ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 46.23%
G = 7.93%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF29ED (or 0xEF29ED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and ED. RGB value is (239,41,237). Sum of RGB (Red+Green+Blue) = 239+41+237=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 41 (16.41% from 255 or 7.93% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29ED is #10D612. Grayscale: #797979. Windows color (decimal): -1103379 or 15542767. OLE color: 15542767.

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

Color convert

RGB 239 41 237 -
CMYK 0 0.83 0.01 0.06
HSL 300.61º 0.86% 0.55% -
HSV(B) 300.61º 0.83% 0.94% -
XYZ 51.68 26.05 82.43 -
YUV 122.55 192.6 211.06 -
System Red Green Blue C M Y K H S L
Decimal 239 41 237 0 0.83 0.01 0.06 300.61 0.86 0.55
Hex EF 29 ED 0 53 1 6 12D 56 37
Octal 357 51 355 0 123 1 6 455 126 67
Binary 11101111 101001 11101101 0 1010011 1 110 100101101 1010110 110111

Color Harmonies of #EF29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29ED

Black with #EF29ED

Text Example


Text Example

White with #EF29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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