Html Css Color HEX #EF2E9B Persian Rose

📋 copy color: '#EF2E9B'

red 239 ◦ green 46 ◦ blue 155

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

Shades of Persian Rose #EF2E9B

Tints of Persian Rose #EF2E9B

RGB

 RED value IS 239 (93.75% from 255) = 54.32%

 GREEN value IS 46 (18.36% from 255) = 10.45%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 54.32%
G = 10.45%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF2E9B (or 0xEF2E9B) is known color: Persian Rose. HEX triplet: EF, 2E and 9B. RGB value is (239,46,155). Sum of RGB (Red+Green+Blue) = 239+46+155=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E9B is #10D164. Grayscale: #737373. Windows color (decimal): -1102181 or 10170095. OLE color: 10170095.

HSL color Cylindrical-coordinate representation of color #EF2E9B: hue angle of 326.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E9B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 46 155 -
CMYK 0 0.81 0.35 0.06
HSL 326.11º 0.86% 0.56% -
HSV(B) 326.11º 0.81% 0.94% -
XYZ 42.49 22.67 33.15 -
YUV 116.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 239 46 155 0 0.81 0.35 0.06 326.11 0.86 0.56
Hex EF 2E 9B 0 51 23 6 146 56 38
Octal 357 56 233 0 121 43 6 506 126 70
Binary 11101111 101110 10011011 0 1010001 100011 110 101000110 1010110 111000

Color Harmonies of #EF2E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E9B

Black with #EF2E9B

Text Example


Text Example

White with #EF2E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E9B; }

 p { color: rgb(239,46,155); }

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

background-color css

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

 a { background-color: rgb(239,46,155); }

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

border-color css

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

 span { border-color: rgb(239,46,155); }

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