Html Css Color HEX #E62ED0 Razzle Dazzle Rose

📋 copy color: '#E62ED0'

red 230 ◦ green 46 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E62ED0

Tints of Razzle Dazzle Rose #E62ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 47.52%
G = 9.5%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E62ED0 (or 0xE62ED0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2E and D0. RGB value is (230,46,208). Sum of RGB (Red+Green+Blue) = 230+46+208=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ED0 is #19D12F. Grayscale: #777777. Windows color (decimal): -1691952 or 13643494. OLE color: 13643494.

HSL color Cylindrical-coordinate representation of color #E62ED0: hue angle of 307.17º 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 #E62ED0 is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 46 208 -
CMYK 0 0.8 0.10 0.10
HSL 307.17º 0.79% 0.54% -
HSV(B) 307.17º 0.8% 0.9% -
XYZ 45 23.33 61.81 -
YUV 119.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 230 46 208 0 0.8 0.10 0.10 307.17 0.79 0.54
Hex E6 2E D0 0 50 A A 133 4F 36
Octal 346 56 320 0 120 12 12 463 117 66
Binary 11100110 101110 11010000 0 1010000 1010 1010 100110011 1001111 110110

Color Harmonies of #E62ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62ED0

Black with #E62ED0

Text Example


Text Example

White with #E62ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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