Html Css Color HEX #E12FCB Razzle Dazzle Rose

📋 copy color: '#E12FCB'

red 225 ◦ green 47 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E12FCB

Tints of Razzle Dazzle Rose #E12FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.89%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 47.37%
G = 9.89%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E12FCB (or 0xE12FCB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2F and CB. RGB value is (225,47,203). Sum of RGB (Red+Green+Blue) = 225+47+203=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FCB is #1ED034. Grayscale: #757575. Windows color (decimal): -2019381 or 13316065. OLE color: 13316065.

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

Color convert

RGB 225 47 203 -
CMYK 0 0.79 0.10 0.12
HSL 307.42º 0.75% 0.53% -
HSV(B) 307.42º 0.79% 0.88% -
XYZ 42.85 22.35 58.56 -
YUV 118.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 225 47 203 0 0.79 0.10 0.12 307.42 0.75 0.53
Hex E1 2F CB 0 4F A C 133 4B 35
Octal 341 57 313 0 117 12 14 463 113 65
Binary 11100001 101111 11001011 0 1001111 1010 1100 100110011 1001011 110101

Color Harmonies of #E12FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FCB

Black with #E12FCB

Text Example


Text Example

White with #E12FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FCB; }

 p { color: rgb(225,47,203); }

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

background-color css

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

 a { background-color: rgb(225,47,203); }

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

border-color css

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

 span { border-color: rgb(225,47,203); }

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