Html Css Color HEX #E626CA Razzle Dazzle Rose

📋 copy color: '#E626CA'

red 230 ◦ green 38 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E626CA

Tints of Razzle Dazzle Rose #E626CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

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

R = 48.94%
G = 8.09%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E626CA (or 0xE626CA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 26 and CA. RGB value is (230,38,202). Sum of RGB (Red+Green+Blue) = 230+38+202=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E626CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E626CA is #19D935. Grayscale: #717171. Windows color (decimal): -1694006 or 13248230. OLE color: 13248230.

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

Color convert

RGB 230 38 202 -
CMYK 0 0.83 0.12 0.10
HSL 308.75º 0.79% 0.53% -
HSV(B) 308.75º 0.83% 0.9% -
XYZ 43.99 22.47 57.9 -
YUV 114.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 230 38 202 0 0.83 0.12 0.10 308.75 0.79 0.53
Hex E6 26 CA 0 53 C A 135 4F 35
Octal 346 46 312 0 123 14 12 465 117 65
Binary 11100110 100110 11001010 0 1010011 1100 1010 100110101 1001111 110101

Color Harmonies of #E626CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E626CA

Black with #E626CA

Text Example


Text Example

White with #E626CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E626CA; }

 p { color: rgb(230,38,202); }

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

background-color css

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

 a { background-color: rgb(230,38,202); }

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

border-color css

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

 span { border-color: rgb(230,38,202); }

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