Html Css Color HEX #ED31EE Razzle Dazzle Rose

📋 copy color: '#ED31EE'

red 237 ◦ green 49 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED31EE

Tints of Razzle Dazzle Rose #ED31EE

RGB

 RED value IS 237 (92.97% from 255) = 45.23%

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 45.23%
G = 9.35%
B = 45.42%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED31EE (or 0xED31EE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and EE. RGB value is (237,49,238). Sum of RGB (Red+Green+Blue) = 237+49+238=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED31EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED31EE is #12CE11. Grayscale: #7E7E7E. Windows color (decimal): -1232402 or 15610349. OLE color: 15610349.

HSL color Cylindrical-coordinate representation of color #ED31EE: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED31EE is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 238 -
CMYK 0.00 0.79 0 0.07
HSL 299.68º 0.85% 0.56% -
HSV(B) 299.68º 0.79% 0.93% -
XYZ 51.46 26.37 83.27 -
YUV 126.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 237 49 238 0.00 0.79 0 0.07 299.68 0.85 0.56
Hex ED 31 EE 0 4F 0 7 12C 55 38
Octal 355 61 356 0 117 0 7 454 125 70
Binary 11101101 110001 11101110 0 1001111 0 111 100101100 1010101 111000

Color Harmonies of #ED31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31EE

Black with #ED31EE

Text Example


Text Example

White with #ED31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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