Html Css Color HEX #E10DBA Shocking Pink

📋 copy color: '#E10DBA'

red 225 ◦ green 13 ◦ blue 186

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

Shades of Shocking Pink #E10DBA

Tints of Shocking Pink #E10DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 53.07%
G = 3.07%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E10DBA (or 0xE10DBA) is known color: Shocking Pink. HEX triplet: E1, 0D and BA. RGB value is (225,13,186). Sum of RGB (Red+Green+Blue) = 225+13+186=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DBA is #1EF245. Grayscale: #5F5F5F. Windows color (decimal): -2028102 or 12193249. OLE color: 12193249.

HSL color Cylindrical-coordinate representation of color #E10DBA: hue angle of 311.04º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DBA is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 186 -
CMYK 0 0.94 0.17 0.12
HSL 311.04º 0.89% 0.47% -
HSV(B) 311.04º 0.94% 0.88% -
XYZ 40.06 19.84 48.17 -
YUV 96.11 178.74 219.93 -
System Red Green Blue C M Y K H S L
Decimal 225 13 186 0 0.94 0.17 0.12 311.04 0.89 0.47
Hex E1 D BA 0 5E 11 C 137 59 2F
Octal 341 15 272 0 136 21 14 467 131 57
Binary 11100001 1101 10111010 0 1011110 10001 1100 100110111 1011001 101111

Color Harmonies of #E10DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DBA

Black with #E10DBA

Text Example


Text Example

White with #E10DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DBA; }

 p { color: rgb(225,13,186); }

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

background-color css

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

 a { background-color: rgb(225,13,186); }

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

border-color css

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

 span { border-color: rgb(225,13,186); }

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