Html Css Color HEX #E02ED5 Razzle Dazzle Rose

📋 copy color: '#E02ED5'

red 224 ◦ green 46 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E02ED5

Tints of Razzle Dazzle Rose #E02ED5

RGB

 RED value IS 224 (87.89% from 255) = 46.38%

 GREEN value IS 46 (18.36% from 255) = 9.52%

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 46.38%
G = 9.52%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E02ED5 (or 0xE02ED5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and D5. RGB value is (224,46,213). Sum of RGB (Red+Green+Blue) = 224+46+213=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ED5 is #1FD12A. Grayscale: #757575. Windows color (decimal): -2085163 or 13971168. OLE color: 13971168.

HSL color Cylindrical-coordinate representation of color #E02ED5: hue angle of 303.71º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02ED5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 46 213 -
CMYK 0 0.79 0.05 0.12
HSL 303.71º 0.74% 0.53% -
HSV(B) 303.71º 0.79% 0.88% -
XYZ 43.73 22.61 65.01 -
YUV 118.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 224 46 213 0 0.79 0.05 0.12 303.71 0.74 0.53
Hex E0 2E D5 0 4F 5 C 130 4A 35
Octal 340 56 325 0 117 5 14 460 112 65
Binary 11100000 101110 11010101 0 1001111 101 1100 100110000 1001010 110101

Color Harmonies of #E02ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ED5

Black with #E02ED5

Text Example


Text Example

White with #E02ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ED5; }

 p { color: rgb(224,46,213); }

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

background-color css

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

 a { background-color: rgb(224,46,213); }

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

border-color css

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

 span { border-color: rgb(224,46,213); }

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