Html Css Color HEX #E62EDD Razzle Dazzle Rose

📋 copy color: '#E62EDD'

red 230 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E62EDD

Tints of Razzle Dazzle Rose #E62EDD

RGB

 RED value IS 230 (90.23% from 255) = 46.28%

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 46.28%
G = 9.26%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E62EDD (or 0xE62EDD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and DD. RGB value is (230,46,221). Sum of RGB (Red+Green+Blue) = 230+46+221=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62EDD is #19D122. Grayscale: #787878. Windows color (decimal): -1691939 or 14495462. OLE color: 14495462.

HSL color Cylindrical-coordinate representation of color #E62EDD: hue angle of 302.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62EDD is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 46 221 -
CMYK 0 0.8 0.04 0.10
HSL 302.93º 0.79% 0.54% -
HSV(B) 302.93º 0.8% 0.9% -
XYZ 46.66 24 70.58 -
YUV 120.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 230 46 221 0 0.8 0.04 0.10 302.93 0.79 0.54
Hex E6 2E DD 0 50 4 A 12F 4F 36
Octal 346 56 335 0 120 4 12 457 117 66
Binary 11100110 101110 11011101 0 1010000 100 1010 100101111 1001111 110110

Color Harmonies of #E62EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62EDD

Black with #E62EDD

Text Example


Text Example

White with #E62EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62EDD; }

 p { color: rgb(230,46,221); }

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

background-color css

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

 a { background-color: rgb(230,46,221); }

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

border-color css

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

 span { border-color: rgb(230,46,221); }

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