Html Css Color HEX #ED2FEE Razzle Dazzle Rose

📋 copy color: '#ED2FEE'

red 237 ◦ green 47 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED2FEE

Tints of Razzle Dazzle Rose #ED2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9%

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

R = 45.4%
G = 9%
B = 45.59%

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED2FEE (or 0xED2FEE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and EE. RGB value is (237,47,238). Sum of RGB (Red+Green+Blue) = 237+47+238=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 47 (18.75% from 255 or 9.00% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED2FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FEE is #12D011. Grayscale: #7D7D7D. Windows color (decimal): -1232914 or 15609837. OLE color: 15609837.

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

Color convert

RGB 237 47 238 -
CMYK 0.00 0.80 0 0.07
HSL 299.69º 0.85% 0.56% -
HSV(B) 299.69º 0.8% 0.93% -
XYZ 51.37 26.21 83.24 -
YUV 125.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 237 47 238 0.00 0.80 0 0.07 299.69 0.85 0.56
Hex ED 2F EE 0 50 0 7 12C 55 38
Octal 355 57 356 0 120 0 7 454 125 70
Binary 11101101 101111 11101110 0 1010000 0 111 100101100 1010101 111000

Color Harmonies of #ED2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FEE

Black with #ED2FEE

Text Example


Text Example

White with #ED2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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