Html Css Color HEX #EB42AF Brilliant Rose

📋 copy color: '#EB42AF'

red 235 ◦ green 66 ◦ blue 175

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

Shades of Brilliant Rose #EB42AF

Tints of Brilliant Rose #EB42AF

RGB

 RED value IS 235 (92.19% from 255) = 49.37%

 GREEN value IS 66 (26.17% from 255) = 13.87%

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 49.37%
G = 13.87%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB42AF (or 0xEB42AF) is known color: Brilliant Rose. HEX triplet: EB, 42 and AF. RGB value is (235,66,175). Sum of RGB (Red+Green+Blue) = 235+66+175=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB42AF is #14BD50. Grayscale: #808080. Windows color (decimal): -1359185 or 11485931. OLE color: 11485931.

HSL color Cylindrical-coordinate representation of color #EB42AF: hue angle of 321.3º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42AF is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 175 -
CMYK 0 0.72 0.26 0.08
HSL 321.3º 0.81% 0.59% -
HSV(B) 321.3º 0.72% 0.92% -
XYZ 43.95 24.65 43 -
YUV 128.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 235 66 175 0 0.72 0.26 0.08 321.3 0.81 0.59
Hex EB 42 AF 0 48 1A 8 141 51 3B
Octal 353 102 257 0 110 32 10 501 121 73
Binary 11101011 1000010 10101111 0 1001000 11010 1000 101000001 1010001 111011

Color Harmonies of #EB42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42AF

Black with #EB42AF

Text Example


Text Example

White with #EB42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42AF; }

 p { color: rgb(235,66,175); }

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

background-color css

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

 a { background-color: rgb(235,66,175); }

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

border-color css

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

 span { border-color: rgb(235,66,175); }

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