Html Css Color HEX #EF31ED Razzle Dazzle Rose

📋 copy color: '#EF31ED'

red 239 ◦ green 49 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EF31ED

Tints of Razzle Dazzle Rose #EF31ED

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.33%

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

R = 45.52%
G = 9.33%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF31ED (or 0xEF31ED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and ED. RGB value is (239,49,237). Sum of RGB (Red+Green+Blue) = 239+49+237=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31ED is #10CE12. Grayscale: #7E7E7E. Windows color (decimal): -1101331 or 15544815. OLE color: 15544815.

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

Color convert

RGB 239 49 237 -
CMYK 0 0.79 0.01 0.06
HSL 300.63º 0.86% 0.56% -
HSV(B) 300.63º 0.79% 0.94% -
XYZ 51.98 26.66 82.53 -
YUV 127.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 239 49 237 0 0.79 0.01 0.06 300.63 0.86 0.56
Hex EF 31 ED 0 4F 1 6 12D 56 38
Octal 357 61 355 0 117 1 6 455 126 70
Binary 11101111 110001 11101101 0 1001111 1 110 100101101 1010110 111000

Color Harmonies of #EF31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31ED

Black with #EF31ED

Text Example


Text Example

White with #EF31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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