Html Css Color HEX #E630C2 Razzle Dazzle Rose

📋 copy color: '#E630C2'

red 230 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E630C2

Tints of Razzle Dazzle Rose #E630C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 48.73%
G = 10.17%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E630C2 (or 0xE630C2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and C2. RGB value is (230,48,194). Sum of RGB (Red+Green+Blue) = 230+48+194=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E630C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630C2 is #19CF3D. Grayscale: #767676. Windows color (decimal): -1691454 or 12726502. OLE color: 12726502.

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

Color convert

RGB 230 48 194 -
CMYK 0 0.79 0.16 0.10
HSL 311.87º 0.78% 0.55% -
HSV(B) 311.87º 0.79% 0.9% -
XYZ 43.43 22.83 53.16 -
YUV 119.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 230 48 194 0 0.79 0.16 0.10 311.87 0.78 0.55
Hex E6 30 C2 0 4F 10 A 138 4E 37
Octal 346 60 302 0 117 20 12 470 116 67
Binary 11100110 110000 11000010 0 1001111 10000 1010 100111000 1001110 110111

Color Harmonies of #E630C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630C2

Black with #E630C2

Text Example


Text Example

White with #E630C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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