Html Css Color HEX #ED34EE Razzle Dazzle Rose

📋 copy color: '#ED34EE'

red 237 ◦ green 52 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED34EE

Tints of Razzle Dazzle Rose #ED34EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.87%

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

R = 44.97%
G = 9.87%
B = 45.16%

CMYK

 C value IS 0.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED34EE (or 0xED34EE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and EE. RGB value is (237,52,238). Sum of RGB (Red+Green+Blue) = 237+52+238=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED34EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED34EE is #12CB11. Grayscale: #7F7F7F. Windows color (decimal): -1231634 or 15611117. OLE color: 15611117.

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

Color convert

RGB 237 52 238 -
CMYK 0.00 0.78 0 0.07
HSL 299.68º 0.85% 0.57% -
HSV(B) 299.68º 0.78% 0.93% -
XYZ 51.59 26.63 83.31 -
YUV 128.52 189.79 205.38 -
System Red Green Blue C M Y K H S L
Decimal 237 52 238 0.00 0.78 0 0.07 299.68 0.85 0.57
Hex ED 34 EE 0 4E 0 7 12C 55 39
Octal 355 64 356 0 116 0 7 454 125 71
Binary 11101101 110100 11101110 0 1001110 0 111 100101100 1010101 111001

Color Harmonies of #ED34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34EE

Black with #ED34EE

Text Example


Text Example

White with #ED34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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