Html Css Color HEX #E13ABC Razzle Dazzle Rose

📋 copy color: '#E13ABC'

red 225 ◦ green 58 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E13ABC

Tints of Razzle Dazzle Rose #E13ABC

RGB

 RED value IS 225 (88.28% from 255) = 47.77%

 GREEN value IS 58 (23.05% from 255) = 12.31%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 47.77%
G = 12.31%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E13ABC (or 0xE13ABC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and BC. RGB value is (225,58,188). Sum of RGB (Red+Green+Blue) = 225+58+188=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ABC is #1EC543. Grayscale: #7A7A7A. Windows color (decimal): -2016580 or 12335841. OLE color: 12335841.

HSL color Cylindrical-coordinate representation of color #E13ABC: hue angle of 313.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13ABC is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 188 -
CMYK 0 0.74 0.16 0.12
HSL 313.29º 0.74% 0.55% -
HSV(B) 313.29º 0.74% 0.88% -
XYZ 41.64 22.66 49.76 -
YUV 122.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 225 58 188 0 0.74 0.16 0.12 313.29 0.74 0.55
Hex E1 3A BC 0 4A 10 C 139 4A 37
Octal 341 72 274 0 112 20 14 471 112 67
Binary 11100001 111010 10111100 0 1001010 10000 1100 100111001 1001010 110111

Color Harmonies of #E13ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ABC

Black with #E13ABC

Text Example


Text Example

White with #E13ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ABC; }

 p { color: rgb(225,58,188); }

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

background-color css

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

 a { background-color: rgb(225,58,188); }

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

border-color css

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

 span { border-color: rgb(225,58,188); }

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