Html Css Color HEX #FF35E7 Razzle Dazzle Rose

📋 copy color: '#FF35E7'

red 255 ◦ green 53 ◦ blue 231

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

Shades of Razzle Dazzle Rose #FF35E7

Tints of Razzle Dazzle Rose #FF35E7

RGB

 RED value IS 255 (100% from 255) = 47.31%

 GREEN value IS 53 (21.09% from 255) = 9.83%

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 47.31%
G = 9.83%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF35E7 (or 0xFF35E7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 35 and E7. RGB value is (255,53,231). Sum of RGB (Red+Green+Blue) = 255+53+231=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF35E7 is #00CA18. Grayscale: #858585. Windows color (decimal): -51737 or 15152639. OLE color: 15152639.

HSL color Cylindrical-coordinate representation of color #FF35E7: hue angle of 307.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35E7 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 53 231 -
CMYK 0 0.79 0.09 0
HSL 307.13º 1% 0.6% -
HSV(B) 307.13º 0.79% 1% -
XYZ 56.94 29.58 78.31 -
YUV 133.69 182.92 214.53 -
System Red Green Blue C M Y K H S L
Decimal 255 53 231 0 0.79 0.09 0 307.13 1 0.6
Hex FF 35 E7 0 4F 9 0 133 64 3C
Octal 377 65 347 0 117 11 0 463 144 74
Binary 11111111 110101 11100111 0 1001111 1001 0 100110011 1100100 111100

Color Harmonies of #FF35E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35E7

Black with #FF35E7

Text Example


Text Example

White with #FF35E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35E7; }

 p { color: rgb(255,53,231); }

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

background-color css

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

 a { background-color: rgb(255,53,231); }

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

border-color css

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

 span { border-color: rgb(255,53,231); }

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