Html Css Color HEX #E635C2 Razzle Dazzle Rose

📋 copy color: '#E635C2'

red 230 ◦ green 53 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E635C2

Tints of Razzle Dazzle Rose #E635C2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.11%

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

R = 48.22%
G = 11.11%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E635C2 (or 0xE635C2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and C2. RGB value is (230,53,194). Sum of RGB (Red+Green+Blue) = 230+53+194=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E635C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635C2 is #19CA3D. Grayscale: #797979. Windows color (decimal): -1690174 or 12727782. OLE color: 12727782.

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

Color convert

RGB 230 53 194 -
CMYK 0 0.77 0.16 0.10
HSL 312.2º 0.78% 0.55% -
HSV(B) 312.2º 0.77% 0.9% -
XYZ 43.64 23.26 53.23 -
YUV 122 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 230 53 194 0 0.77 0.16 0.10 312.2 0.78 0.55
Hex E6 35 C2 0 4D 10 A 138 4E 37
Octal 346 65 302 0 115 20 12 470 116 67
Binary 11100110 110101 11000010 0 1001101 10000 1010 100111000 1001110 110111

Color Harmonies of #E635C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E635C2

Black with #E635C2

Text Example


Text Example

White with #E635C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E635C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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