Html Css Color HEX #ED759B Carissma

📋 copy color: '#ED759B'

red 237 ◦ green 117 ◦ blue 155

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

Shades of Carissma #ED759B

Tints of Carissma #ED759B

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

 GREEN value IS 117 (46.09% from 255) = 22.99%

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

R = 46.56%
G = 22.99%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED759B (or 0xED759B) is known color: Carissma. HEX triplet: ED, 75 and 9B. RGB value is (237,117,155). Sum of RGB (Red+Green+Blue) = 237+117+155=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED759B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED759B is #128A64. Grayscale: #9D9D9D. Windows color (decimal): -1215077 or 10188269. OLE color: 10188269.

HSL color Cylindrical-coordinate representation of color #ED759B: hue angle of 341º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED759B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 155 -
CMYK 0 0.51 0.35 0.07
HSL 341º 0.77% 0.69% -
HSV(B) 341º 0.51% 0.93% -
XYZ 47.2 33.09 34.91 -
YUV 157.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 237 117 155 0 0.51 0.35 0.07 341 0.77 0.69
Hex ED 75 9B 0 33 23 7 155 4D 45
Octal 355 165 233 0 63 43 7 525 115 105
Binary 11101101 1110101 10011011 0 110011 100011 111 101010101 1001101 1000101

Color Harmonies of #ED759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED759B

Black with #ED759B

Text Example


Text Example

White with #ED759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED759B; }

 p { color: rgb(237,117,155); }

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

background-color css

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

 a { background-color: rgb(237,117,155); }

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

border-color css

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

 span { border-color: rgb(237,117,155); }

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