Html Css Color HEX #E126CF Razzle Dazzle Rose

📋 copy color: '#E126CF'

red 225 ◦ green 38 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E126CF

Tints of Razzle Dazzle Rose #E126CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 47.87%
G = 8.09%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E126CF (or 0xE126CF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and CF. RGB value is (225,38,207). Sum of RGB (Red+Green+Blue) = 225+38+207=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E126CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126CF is #1ED930. Grayscale: #707070. Windows color (decimal): -2021681 or 13575905. OLE color: 13575905.

HSL color Cylindrical-coordinate representation of color #E126CF: hue angle of 305.78º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E126CF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 207 -
CMYK 0 0.83 0.08 0.12
HSL 305.78º 0.76% 0.52% -
HSV(B) 305.78º 0.83% 0.88% -
XYZ 43.01 21.9 60.99 -
YUV 113.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 225 38 207 0 0.83 0.08 0.12 305.78 0.76 0.52
Hex E1 26 CF 0 53 8 C 132 4C 34
Octal 341 46 317 0 123 10 14 462 114 64
Binary 11100001 100110 11001111 0 1010011 1000 1100 100110010 1001100 110100

Color Harmonies of #E126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126CF

Black with #E126CF

Text Example


Text Example

White with #E126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126CF; }

 p { color: rgb(225,38,207); }

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

background-color css

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

 a { background-color: rgb(225,38,207); }

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

border-color css

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

 span { border-color: rgb(225,38,207); }

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