Html Css Color HEX #E629CF Razzle Dazzle Rose

📋 copy color: '#E629CF'

red 230 ◦ green 41 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E629CF

Tints of Razzle Dazzle Rose #E629CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.58%

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

R = 48.12%
G = 8.58%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E629CF (or 0xE629CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and CF. RGB value is (230,41,207). Sum of RGB (Red+Green+Blue) = 230+41+207=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E629CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629CF is #19D630. Grayscale: #737373. Windows color (decimal): -1693233 or 13576678. OLE color: 13576678.

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

Color convert

RGB 230 41 207 -
CMYK 0 0.82 0.10 0.10
HSL 307.3º 0.79% 0.53% -
HSV(B) 307.3º 0.82% 0.9% -
XYZ 44.69 22.91 61.1 -
YUV 116.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 230 41 207 0 0.82 0.10 0.10 307.3 0.79 0.53
Hex E6 29 CF 0 52 A A 133 4F 35
Octal 346 51 317 0 122 12 12 463 117 65
Binary 11100110 101001 11001111 0 1010010 1010 1010 100110011 1001111 110101

Color Harmonies of #E629CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629CF

Black with #E629CF

Text Example


Text Example

White with #E629CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629CF; }

 p { color: rgb(230,41,207); }

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

background-color css

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

 a { background-color: rgb(230,41,207); }

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

border-color css

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

 span { border-color: rgb(230,41,207); }

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