Html Css Color HEX #E630E1 Razzle Dazzle Rose

📋 copy color: '#E630E1'

red 230 ◦ green 48 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E630E1

Tints of Razzle Dazzle Rose #E630E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.54%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 45.73%
G = 9.54%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E630E1 (or 0xE630E1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and E1. RGB value is (230,48,225). Sum of RGB (Red+Green+Blue) = 230+48+225=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E630E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630E1 is #19CF1E. Grayscale: #7A7A7A. Windows color (decimal): -1691423 or 14758118. OLE color: 14758118.

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

Color convert

RGB 230 48 225 -
CMYK 0 0.79 0.02 0.10
HSL 301.65º 0.78% 0.55% -
HSV(B) 301.65º 0.79% 0.9% -
XYZ 47.28 24.37 73.45 -
YUV 122.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 230 48 225 0 0.79 0.02 0.10 301.65 0.78 0.55
Hex E6 30 E1 0 4F 2 A 12E 4E 37
Octal 346 60 341 0 117 2 12 456 116 67
Binary 11100110 110000 11100001 0 1001111 10 1010 100101110 1001110 110111

Color Harmonies of #E630E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630E1

Black with #E630E1

Text Example


Text Example

White with #E630E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630E1; }

 p { color: rgb(230,48,225); }

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

background-color css

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

 a { background-color: rgb(230,48,225); }

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

border-color css

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

 span { border-color: rgb(230,48,225); }

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