Html Css Color HEX #E825CA Razzle Dazzle Rose

📋 copy color: '#E825CA'

red 232 ◦ green 37 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E825CA

Tints of Razzle Dazzle Rose #E825CA

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

 GREEN value IS 37 (14.84% from 255) = 7.86%

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 49.26%
G = 7.86%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E825CA (or 0xE825CA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 25 and CA. RGB value is (232,37,202). Sum of RGB (Red+Green+Blue) = 232+37+202=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E825CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825CA is #17DA35. Grayscale: #717171. Windows color (decimal): -1563190 or 13247976. OLE color: 13247976.

HSL color Cylindrical-coordinate representation of color #E825CA: hue angle of 309.23º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825CA is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 37 202 -
CMYK 0 0.84 0.13 0.09
HSL 309.23º 0.81% 0.53% -
HSV(B) 309.23º 0.84% 0.91% -
XYZ 44.6 22.74 57.92 -
YUV 114.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 232 37 202 0 0.84 0.13 0.09 309.23 0.81 0.53
Hex E8 25 CA 0 54 D 9 135 51 35
Octal 350 45 312 0 124 15 11 465 121 65
Binary 11101000 100101 11001010 0 1010100 1101 1001 100110101 1010001 110101

Color Harmonies of #E825CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825CA

Black with #E825CA

Text Example


Text Example

White with #E825CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825CA; }

 p { color: rgb(232,37,202); }

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

background-color css

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

 a { background-color: rgb(232,37,202); }

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

border-color css

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

 span { border-color: rgb(232,37,202); }

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